Html Css Color HEX #9042CC Dark Orchid

📋 copy color: '#9042CC'

red 144 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #9042CC

Tints of Dark Orchid #9042CC

RGB

 RED value IS 144 (56.64% from 255) = 34.78%

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

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

R = 34.78%
G = 15.94%
B = 49.28%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9042CC (or 0x9042CC) is known color: Dark Orchid. HEX triplet: 90, 42 and CC. RGB value is (144,66,204). Sum of RGB (Red+Green+Blue) = 144+66+204=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #9042CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042CC is #6FBD33. Grayscale: #686868. Windows color (decimal): -7322932 or 13386384. OLE color: 13386384.

HSL color Cylindrical-coordinate representation of color #9042CC: hue angle of 273.91º 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 #9042CC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 66 204 -
CMYK 0.29 0.68 0 0.2
HSL 273.91º 0.58% 0.53% -
HSV(B) 273.91º 0.68% 0.8% -
XYZ 24.35 14.19 58.58 -
YUV 105.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 144 66 204 0.29 0.68 0 0.2 273.91 0.58 0.53
Hex 90 42 CC 1D 44 0 14 112 3A 35
Octal 220 102 314 35 104 0 24 422 72 65
Binary 10010000 1000010 11001100 11101 1000100 0 10100 100010010 111010 110101

Color Harmonies of #9042CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9042CC

Black with #9042CC

Text Example


Text Example

White with #9042CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9042CC;
 }
 .AnyTagClassName
 {
   color: #9042CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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