Html Css Color HEX #9B21AB Dark Orchid

📋 copy color: '#9B21AB'

red 155 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #9B21AB

Tints of Dark Orchid #9B21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 43.18%
G = 9.19%
B = 47.63%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B21AB (or 0x9B21AB) is known color: Dark Orchid. HEX triplet: 9B, 21 and AB. RGB value is (155,33,171). Sum of RGB (Red+Green+Blue) = 155+33+171=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B21AB is #64DE54. Grayscale: #545454. Windows color (decimal): -6610517 or 11215259. OLE color: 11215259.

HSL color Cylindrical-coordinate representation of color #9B21AB: hue angle of 293.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B21AB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 33 171 -
CMYK 0.09 0.81 0 0.33
HSL 293.04º 0.68% 0.4% -
HSV(B) 293.04º 0.81% 0.67% -
XYZ 21.41 11 39.52 -
YUV 85.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 155 33 171 0.09 0.81 0 0.33 293.04 0.68 0.4
Hex 9B 21 AB 9 51 0 21 125 44 28
Octal 233 41 253 11 121 0 41 445 104 50
Binary 10011011 100001 10101011 1001 1010001 0 100001 100100101 1000100 101000

Color Harmonies of #9B21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B21AB

Black with #9B21AB

Text Example


Text Example

White with #9B21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,33,171); }

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

background-color css

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

 a { background-color: rgb(155,33,171); }

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

border-color css

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

 span { border-color: rgb(155,33,171); }

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