Html Css Color HEX #9B22CE Dark Orchid

📋 copy color: '#9B22CE'

red 155 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #9B22CE

Tints of Dark Orchid #9B22CE

RGB

 RED value IS 155 (60.94% from 255) = 39.24%

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 39.24%
G = 8.61%
B = 52.15%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B22CE (or 0x9B22CE) is known color: Dark Orchid. HEX triplet: 9B, 22 and CE. RGB value is (155,34,206). Sum of RGB (Red+Green+Blue) = 155+34+206=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B22CE is #64DD31. Grayscale: #595959. Windows color (decimal): -6610226 or 13509275. OLE color: 13509275.

HSL color Cylindrical-coordinate representation of color #9B22CE: hue angle of 282.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B22CE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 34 206 -
CMYK 0.25 0.83 0 0.19
HSL 282.21º 0.72% 0.47% -
HSV(B) 282.21º 0.83% 0.81% -
XYZ 25.23 12.57 59.49 -
YUV 89.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 155 34 206 0.25 0.83 0 0.19 282.21 0.72 0.47
Hex 9B 22 CE 19 53 0 13 11A 48 2F
Octal 233 42 316 31 123 0 23 432 110 57
Binary 10011011 100010 11001110 11001 1010011 0 10011 100011010 1001000 101111

Color Harmonies of #9B22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B22CE

Black with #9B22CE

Text Example


Text Example

White with #9B22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B22CE; }

 p { color: rgb(155,34,206); }

 H1.HeaderClassName
 {
   color: #9B22CE;
 }
 .AnyTagClassName
 {
   color: #9B22CE;
 }
</style>

background-color css

<style>
 a { background-color: #9B22CE; }

 a { background-color: rgb(155,34,206); }

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

border-color css

<style>
 span { border-color: #9B22CE; }

 span { border-color: rgb(155,34,206); }

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