Html Css Color HEX #9122C9 Dark Orchid

📋 copy color: '#9122C9'

red 145 ◦ green 34 ◦ blue 201

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

Shades of Dark Orchid #9122C9

Tints of Dark Orchid #9122C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 38.16%
G = 8.95%
B = 52.89%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9122C9 (or 0x9122C9) is known color: Dark Orchid. HEX triplet: 91, 22 and C9. RGB value is (145,34,201). Sum of RGB (Red+Green+Blue) = 145+34+201=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #9122C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9122C9 is #6EDD36. Grayscale: #555555. Windows color (decimal): -7265591 or 13181585. OLE color: 13181585.

HSL color Cylindrical-coordinate representation of color #9122C9: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9122C9 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 34 201 -
CMYK 0.28 0.83 0 0.21
HSL 279.88º 0.71% 0.46% -
HSV(B) 279.88º 0.83% 0.79% -
XYZ 22.79 11.38 56.25 -
YUV 86.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 145 34 201 0.28 0.83 0 0.21 279.88 0.71 0.46
Hex 91 22 C9 1C 53 0 15 118 47 2E
Octal 221 42 311 34 123 0 25 430 107 56
Binary 10010001 100010 11001001 11100 1010011 0 10101 100011000 1000111 101110

Color Harmonies of #9122C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9122C9

Black with #9122C9

Text Example


Text Example

White with #9122C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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