Html Css Color HEX #9B3482 Dark Purple

📋 copy color: '#9B3482'

red 155 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #9B3482

Tints of Dark Purple #9B3482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 45.99%
G = 15.43%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B3482 (or 0x9B3482) is known color: Dark Purple. HEX triplet: 9B, 34 and 82. RGB value is (155,52,130). Sum of RGB (Red+Green+Blue) = 155+52+130=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3482 is #64CB7D. Grayscale: #5B5B5B. Windows color (decimal): -6605694 or 8533147. OLE color: 8533147.

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

Color convert

RGB 155 52 130 -
CMYK 0 0.66 0.16 0.39
HSL 314.56º 0.5% 0.41% -
HSV(B) 314.56º 0.66% 0.61% -
XYZ 18.77 11.04 22.26 -
YUV 91.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 155 52 130 0 0.66 0.16 0.39 314.56 0.5 0.41
Hex 9B 34 82 0 42 10 27 13B 32 29
Octal 233 64 202 0 102 20 47 473 62 51
Binary 10011011 110100 10000010 0 1000010 10000 100111 100111011 110010 101001

Color Harmonies of #9B3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3482

Black with #9B3482

Text Example


Text Example

White with #9B3482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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