Html Css Color HEX #9922BE Dark Orchid

📋 copy color: '#9922BE'

red 153 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #9922BE

Tints of Dark Orchid #9922BE

RGB

 RED value IS 153 (60.16% from 255) = 40.58%

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 40.58%
G = 9.02%
B = 50.4%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9922BE (or 0x9922BE) is known color: Dark Orchid. HEX triplet: 99, 22 and BE. RGB value is (153,34,190). Sum of RGB (Red+Green+Blue) = 153+34+190=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9922BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9922BE is #66DD41. Grayscale: #565656. Windows color (decimal): -6741314 or 12460697. OLE color: 12460697.

HSL color Cylindrical-coordinate representation of color #9922BE: hue angle of 285.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9922BE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 34 190 -
CMYK 0.19 0.82 0 0.25
HSL 285.77º 0.7% 0.44% -
HSV(B) 285.77º 0.82% 0.75% -
XYZ 23 11.63 49.75 -
YUV 87.37 185.92 174.82 -
System Red Green Blue C M Y K H S L
Decimal 153 34 190 0.19 0.82 0 0.25 285.77 0.7 0.44
Hex 99 22 BE 13 52 0 19 11E 46 2C
Octal 231 42 276 23 122 0 31 436 106 54
Binary 10011001 100010 10111110 10011 1010010 0 11001 100011110 1000110 101100

Color Harmonies of #9922BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9922BE

Black with #9922BE

Text Example


Text Example

White with #9922BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9922BE; }

 p { color: rgb(153,34,190); }

 H1.HeaderClassName
 {
   color: #9922BE;
 }
 .AnyTagClassName
 {
   color: #9922BE;
 }
</style>

background-color css

<style>
 a { background-color: #9922BE; }

 a { background-color: rgb(153,34,190); }

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

border-color css

<style>
 span { border-color: #9922BE; }

 span { border-color: rgb(153,34,190); }

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