Html Css Color HEX #9B25AB Dark Orchid

📋 copy color: '#9B25AB'

red 155 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #9B25AB

Tints of Dark Orchid #9B25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

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

R = 42.7%
G = 10.19%
B = 47.11%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B25AB (or 0x9B25AB) is known color: Dark Orchid. HEX triplet: 9B, 25 and AB. RGB value is (155,37,171). Sum of RGB (Red+Green+Blue) = 155+37+171=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B25AB is #64DA54. Grayscale: #575757. Windows color (decimal): -6609493 or 11216283. OLE color: 11216283.

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

Color convert

RGB 155 37 171 -
CMYK 0.09 0.78 0 0.33
HSL 292.84º 0.64% 0.41% -
HSV(B) 292.84º 0.78% 0.67% -
XYZ 21.53 11.23 39.56 -
YUV 87.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 155 37 171 0.09 0.78 0 0.33 292.84 0.64 0.41
Hex 9B 25 AB 9 4E 0 21 125 40 29
Octal 233 45 253 11 116 0 41 445 100 51
Binary 10011011 100101 10101011 1001 1001110 0 100001 100100101 1000000 101001

Color Harmonies of #9B25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B25AB

Black with #9B25AB

Text Example


Text Example

White with #9B25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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