Html Css Color HEX #9122CC Dark Orchid

📋 copy color: '#9122CC'

red 145 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #9122CC

Tints of Dark Orchid #9122CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.88%

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

R = 37.86%
G = 8.88%
B = 53.26%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9122CC (or 0x9122CC) is known color: Dark Orchid. HEX triplet: 91, 22 and CC. RGB value is (145,34,204). Sum of RGB (Red+Green+Blue) = 145+34+204=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #9122CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9122CC is #6EDD33. Grayscale: #565656. Windows color (decimal): -7265588 or 13378193. OLE color: 13378193.

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

Color convert

RGB 145 34 204 -
CMYK 0.29 0.83 0 0.2
HSL 279.18º 0.71% 0.47% -
HSV(B) 279.18º 0.83% 0.8% -
XYZ 23.15 11.52 58.13 -
YUV 86.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 145 34 204 0.29 0.83 0 0.2 279.18 0.71 0.47
Hex 91 22 CC 1D 53 0 14 117 47 2F
Octal 221 42 314 35 123 0 24 427 107 57
Binary 10010001 100010 11001100 11101 1010011 0 10100 100010111 1000111 101111

Color Harmonies of #9122CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9122CC

Black with #9122CC

Text Example


Text Example

White with #9122CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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