Html Css Color HEX #9B2482 Dark Purple

📋 copy color: '#9B2482'

red 155 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #9B2482

Tints of Dark Purple #9B2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 130 (51.17% from 255) = 40.5%

R = 48.29%
G = 11.21%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B2482 (or 0x9B2482) is known color: Dark Purple. HEX triplet: 9B, 24 and 82. RGB value is (155,36,130). Sum of RGB (Red+Green+Blue) = 155+36+130=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2482 is #64DB7D. Grayscale: #525252. Windows color (decimal): -6609790 or 8529051. OLE color: 8529051.

HSL color Cylindrical-coordinate representation of color #9B2482: hue angle of 312.61º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2482 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 130 -
CMYK 0 0.77 0.16 0.39
HSL 312.61º 0.62% 0.37% -
HSV(B) 312.61º 0.77% 0.61% -
XYZ 18.18 9.84 22.06 -
YUV 82.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 155 36 130 0 0.77 0.16 0.39 312.61 0.62 0.37
Hex 9B 24 82 0 4D 10 27 139 3E 25
Octal 233 44 202 0 115 20 47 471 76 45
Binary 10011011 100100 10000010 0 1001101 10000 100111 100111001 111110 100101

Color Harmonies of #9B2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2482

Black with #9B2482

Text Example


Text Example

White with #9B2482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,130); }

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

background-color css

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

 a { background-color: rgb(155,36,130); }

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

border-color css

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

 span { border-color: rgb(155,36,130); }

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