Html Css Color HEX #9B32AB Dark Orchid

📋 copy color: '#9B32AB'

red 155 ◦ green 50 ◦ blue 171

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

Shades of Dark Orchid #9B32AB

Tints of Dark Orchid #9B32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

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

R = 41.22%
G = 13.3%
B = 45.48%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B32AB (or 0x9B32AB) is known color: Dark Orchid. HEX triplet: 9B, 32 and AB. RGB value is (155,50,171). Sum of RGB (Red+Green+Blue) = 155+50+171=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B32AB is #64CD54. Grayscale: #5E5E5E. Windows color (decimal): -6606165 or 11219611. OLE color: 11219611.

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

Color convert

RGB 155 50 171 -
CMYK 0.09 0.71 0 0.33
HSL 292.07º 0.55% 0.43% -
HSV(B) 292.07º 0.71% 0.67% -
XYZ 22.01 12.19 39.72 -
YUV 95.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 155 50 171 0.09 0.71 0 0.33 292.07 0.55 0.43
Hex 9B 32 AB 9 47 0 21 124 37 2B
Octal 233 62 253 11 107 0 41 444 67 53
Binary 10011011 110010 10101011 1001 1000111 0 100001 100100100 110111 101011

Color Harmonies of #9B32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B32AB

Black with #9B32AB

Text Example


Text Example

White with #9B32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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