Html Css Color HEX #9B31AB Dark Orchid

📋 copy color: '#9B31AB'

red 155 ◦ green 49 ◦ blue 171

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

Shades of Dark Orchid #9B31AB

Tints of Dark Orchid #9B31AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 41.33%
G = 13.07%
B = 45.6%

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

#9B31AB (or 0x9B31AB) is known color: Dark Orchid. HEX triplet: 9B, 31 and AB. RGB value is (155,49,171). Sum of RGB (Red+Green+Blue) = 155+49+171=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B31AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B31AB is #64CE54. Grayscale: #5E5E5E. Windows color (decimal): -6606421 or 11219355. OLE color: 11219355.

HSL color Cylindrical-coordinate representation of color #9B31AB: hue angle of 292.13º 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 #9B31AB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 49 171 -
CMYK 0.09 0.71 0 0.33
HSL 292.13º 0.55% 0.43% -
HSV(B) 292.13º 0.71% 0.67% -
XYZ 21.97 12.11 39.71 -
YUV 94.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 155 49 171 0.09 0.71 0 0.33 292.13 0.55 0.43
Hex 9B 31 AB 9 47 0 21 124 37 2B
Octal 233 61 253 11 107 0 41 444 67 53
Binary 10011011 110001 10101011 1001 1000111 0 100001 100100100 110111 101011

Color Harmonies of #9B31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B31AB

Black with #9B31AB

Text Example


Text Example

White with #9B31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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