Html Css Color HEX #9B1BAB Dark Orchid

📋 copy color: '#9B1BAB'

red 155 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #9B1BAB

Tints of Dark Orchid #9B1BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.65%

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

R = 43.91%
G = 7.65%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B1BAB (or 0x9B1BAB) is known color: Dark Orchid. HEX triplet: 9B, 1B and AB. RGB value is (155,27,171). Sum of RGB (Red+Green+Blue) = 155+27+171=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B1BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1BAB is #64E454. Grayscale: #515151. Windows color (decimal): -6612053 or 11213723. OLE color: 11213723.

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

Color convert

RGB 155 27 171 -
CMYK 0.09 0.84 0 0.33
HSL 293.33º 0.73% 0.39% -
HSV(B) 293.33º 0.84% 0.67% -
XYZ 21.26 10.69 39.47 -
YUV 81.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 155 27 171 0.09 0.84 0 0.33 293.33 0.73 0.39
Hex 9B 1B AB 9 54 0 21 125 49 27
Octal 233 33 253 11 124 0 41 445 111 47
Binary 10011011 11011 10101011 1001 1010100 0 100001 100100101 1001001 100111

Color Harmonies of #9B1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1BAB

Black with #9B1BAB

Text Example


Text Example

White with #9B1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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