Html Css Color HEX #9B28AB Dark Orchid

📋 copy color: '#9B28AB'

red 155 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #9B28AB

Tints of Dark Orchid #9B28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 42.35%
G = 10.93%
B = 46.72%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B28AB (or 0x9B28AB) is known color: Dark Orchid. HEX triplet: 9B, 28 and AB. RGB value is (155,40,171). Sum of RGB (Red+Green+Blue) = 155+40+171=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B28AB is #64D754. Grayscale: #585858. Windows color (decimal): -6608725 or 11217051. OLE color: 11217051.

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

Color convert

RGB 155 40 171 -
CMYK 0.09 0.77 0 0.33
HSL 292.67º 0.62% 0.41% -
HSV(B) 292.67º 0.77% 0.67% -
XYZ 21.63 11.43 39.59 -
YUV 89.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 155 40 171 0.09 0.77 0 0.33 292.67 0.62 0.41
Hex 9B 28 AB 9 4D 0 21 125 3E 29
Octal 233 50 253 11 115 0 41 445 76 51
Binary 10011011 101000 10101011 1001 1001101 0 100001 100100101 111110 101001

Color Harmonies of #9B28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B28AB

Black with #9B28AB

Text Example


Text Example

White with #9B28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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