Html Css Color HEX #9122CD Dark Orchid

📋 copy color: '#9122CD'

red 145 ◦ green 34 ◦ blue 205

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

Shades of Dark Orchid #9122CD

Tints of Dark Orchid #9122CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 37.76%
G = 8.85%
B = 53.39%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9122CD (or 0x9122CD) is known color: Dark Orchid. HEX triplet: 91, 22 and CD. RGB value is (145,34,205). Sum of RGB (Red+Green+Blue) = 145+34+205=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #9122CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9122CD is #6EDD32. Grayscale: #565656. Windows color (decimal): -7265587 or 13443729. OLE color: 13443729.

HSL color Cylindrical-coordinate representation of color #9122CD: hue angle of 278.95º degrees, saturation: 0.72, 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 #9122CD is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 34 205 -
CMYK 0.29 0.83 0 0.20
HSL 278.95º 0.72% 0.47% -
HSV(B) 278.95º 0.83% 0.8% -
XYZ 23.27 11.57 58.76 -
YUV 86.68 194.77 169.6 -
System Red Green Blue C M Y K H S L
Decimal 145 34 205 0.29 0.83 0 0.20 278.95 0.72 0.47
Hex 91 22 CD 1D 53 0 14 117 48 2F
Octal 221 42 315 35 123 0 24 427 110 57
Binary 10010001 100010 11001101 11101 1010011 0 10100 100010111 1001000 101111

Color Harmonies of #9122CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9122CD

Black with #9122CD

Text Example


Text Example

White with #9122CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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