Html Css Color HEX #9242CC Dark Orchid

📋 copy color: '#9242CC'

red 146 ◦ green 66 ◦ blue 204

#9242CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9242CC

Tints of Dark Orchid #9242CC

RGB

 RED value IS 146 (57.42% from 255) = 35.1%

 GREEN value IS 66 (26.17% from 255) = 15.87%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 35.1%
G = 15.87%
B = 49.04%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9242CC (or 0x9242CC) is known color: 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

RGB 146 66 204 -
CMYK 0.28 0.68 0 0.2
HSL 274.78º 0.58% 0.53% -
HSV(B) 274.78º 0.68% 0.8% -
XYZ 24.7 14.37 58.6 -
YUV 105.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 146 66 204 0.28 0.68 0 0.2 274.78 0.58 0.53
Hex 92 42 CC 1C 44 0 14 113 3A 35
Octal 222 102 314 34 104 0 24 423 72 65
Binary 10010010 1000010 11001100 11100 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9242CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9242CC

Black with #9242CC

Text Example


Text Example

White with #9242CC

Text Example


Text Example

HTML Codes & Css Web 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>