#941ABD

Color #941ABD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #941ABD

Tints of Dark Orchid #941ABD

Color information

#941ABD (or 0x941ABD) is unknown color: approx Dark Orchid. HEX triplet: 94, 1A and BD. RGB value is (148,26,189). Sum of RGB (Red+Green+Blue) = 148+26+189=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #941ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ABD is #6BE542. Grayscale: #505050. Windows color (decimal): -7071043 or 12393108. OLE color: 12393108.

HSL color Cylindrical-coordinate representation of color #941ABD: hue angle of 284.91º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941ABD is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14826189-
CMYK0.220.8600.26
HSL284.91º75.81%42.16%-
HSV(B)284.91º86.24%74.12%-
XYZ21.7710.7149.06-
YUV81.06188.92175.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 26 (10.55% from 255) = 7.16%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=40.77%
G=7.16%
B=52.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148261890.220.8600.26284.9175.8142.16
Hex941ABD165601A11d4c2a
Octal224322752612603243511452
Binary1001010011010101111011011010101100110101000111011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941ABD; }

 p { color: rgb(148,26,189); }

 H1.HeaderClassName
 {
   color: #941ABD;
 }
 .AnyTagClassName
 {
   color: #941ABD;
 }
</style>
background-color css

<style>
 a { background-color: #941ABD; }

 a { background-color: rgb(148,26,189); }

 div.DivClassName
 {
   background-color: #941ABD;
 }
 .BgClassName
 {
   background-color: #941ABD;
 }
</style>
border-color css

<style>
 span { border-color: #941ABD; }

 span { border-color: rgb(148,26,189); }

 td.TdClassName
 {
   border-color: #941ABD;
 }
 .TagClassName
 {
   border-color: #941ABD;
 }
</style>