#9242CC

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

Shades of Dark Orchid #9242CC

Tints of Dark Orchid #9242CC

Color information

#9242CC (or 0x9242CC) is unknown color: approx Dark Orchid. HEX triplet: 92, 42 and CC. RGB value is (146,66,204). Sum of RGB (Red+Green+Blue) = 146+66+204=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9242CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242CC is #6DBD33. Grayscale: #696969. Windows color (decimal): -7191860 or 13386386. OLE color: 13386386.

HSL color Cylindrical-coordinate representation of color #9242CC: hue angle of 274.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9242CC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14666204-
CMYK0.280.6800.2
HSL274.78º57.5%52.94%-
HSV(B)274.78º67.65%80%-
XYZ24.714.3758.6-
YUV105.65183.5156.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 66 (26.17% from 255) = 15.87%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=35.10%
G=15.87%
B=49.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal146662040.280.6800.2274.7857.552.94
Hex9242CC1C440141133a35
Octal222102314341040244237265
Binary10010010100001011001100111001000100010100100010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9242CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9242CC; }

 p { color: rgb(146,66,204); }

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

<style>
 a { background-color: #9242CC; }

 a { background-color: rgb(146,66,204); }

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

<style>
 span { border-color: #9242CC; }

 span { border-color: rgb(146,66,204); }

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