Html Css Color HEX #9120CC Dark Orchid

📋 copy color: '#9120CC'

red 145 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #9120CC

Tints of Dark Orchid #9120CC

RGB

 RED value IS 145 (57.03% from 255) = 38.06%

 GREEN value IS 32 (12.89% from 255) = 8.4%

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

R = 38.06%
G = 8.4%
B = 53.54%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9120CC (or 0x9120CC) is known color: Dark Orchid. HEX triplet: 91, 20 and CC. RGB value is (145,32,204). Sum of RGB (Red+Green+Blue) = 145+32+204=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #9120CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9120CC is #6EDF33. Grayscale: #545454. Windows color (decimal): -7266100 or 13377681. OLE color: 13377681.

HSL color Cylindrical-coordinate representation of color #9120CC: hue angle of 279.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9120CC is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 32 204 -
CMYK 0.29 0.84 0 0.2
HSL 279.42º 0.73% 0.46% -
HSV(B) 279.42º 0.84% 0.8% -
XYZ 23.09 11.41 58.11 -
YUV 85.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 145 32 204 0.29 0.84 0 0.2 279.42 0.73 0.46
Hex 91 20 CC 1D 54 0 14 117 49 2E
Octal 221 40 314 35 124 0 24 427 111 56
Binary 10010001 100000 11001100 11101 1010100 0 10100 100010111 1001001 101110

Color Harmonies of #9120CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9120CC

Black with #9120CC

Text Example


Text Example

White with #9120CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,32,204); }

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

background-color css

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

 a { background-color: rgb(145,32,204); }

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

border-color css

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

 span { border-color: rgb(145,32,204); }

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