Html Css Color HEX #9B23AB Dark Orchid

📋 copy color: '#9B23AB'

red 155 ◦ green 35 ◦ blue 171

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

Shades of Dark Orchid #9B23AB

Tints of Dark Orchid #9B23AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 42.94%
G = 9.7%
B = 47.37%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B23AB (or 0x9B23AB) is known color: Dark Orchid. HEX triplet: 9B, 23 and AB. RGB value is (155,35,171). Sum of RGB (Red+Green+Blue) = 155+35+171=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B23AB is #64DC54. Grayscale: #555555. Windows color (decimal): -6610005 or 11215771. OLE color: 11215771.

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

Color convert

RGB 155 35 171 -
CMYK 0.09 0.80 0 0.33
HSL 292.94º 0.66% 0.4% -
HSV(B) 292.94º 0.8% 0.67% -
XYZ 21.47 11.11 39.54 -
YUV 86.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 155 35 171 0.09 0.80 0 0.33 292.94 0.66 0.4
Hex 9B 23 AB 9 50 0 21 125 42 28
Octal 233 43 253 11 120 0 41 445 102 50
Binary 10011011 100011 10101011 1001 1010000 0 100001 100100101 1000010 101000

Color Harmonies of #9B23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B23AB

Black with #9B23AB

Text Example


Text Example

White with #9B23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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