#941caf

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

Shades of Dark Orchid #941CAF

Tints of Dark Orchid #941CAF

Color information

#941CAF (or 0x941CAF) is unknown color: approx Dark Orchid. HEX triplet: 94, 1C and AF. RGB value is (148,28,175). Sum of RGB (Red+Green+Blue) = 148+28+175=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #941CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941CAF is #6BE350. Grayscale: #505050. Windows color (decimal): -7070545 or 11476116. OLE color: 11476116.

HSL color Cylindrical-coordinate representation of color #941CAF: hue angle of 288.98º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941CAF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14828175-
CMYK0.150.8400.31
HSL288.98º72.41%39.8%-
HSV(B)288.98º84%68.63%-
XYZ20.3710.2241.46-
YUV80.64181.26176.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=42.17%
G=7.98%
B=49.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148281750.150.8400.31288.9872.4139.8
Hex941CAFF5401F1214828
Octal224342571712403744111050
Binary100101001110010101111111110101000111111001000011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,28,175); }

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

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

 a { background-color: rgb(148,28,175); }

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

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

 span { border-color: rgb(148,28,175); }

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