Html Css Color HEX #9B3582 Dark Purple

📋 copy color: '#9B3582'

red 155 ◦ green 53 ◦ blue 130

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

Shades of Dark Purple #9B3582

Tints of Dark Purple #9B3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 45.86%
G = 15.68%
B = 38.46%

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

#9B3582 (or 0x9B3582) is known color: Dark Purple. HEX triplet: 9B, 35 and 82. RGB value is (155,53,130). Sum of RGB (Red+Green+Blue) = 155+53+130=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3582 is #64CA7D. Grayscale: #5C5C5C. Windows color (decimal): -6605438 or 8533403. OLE color: 8533403.

HSL color Cylindrical-coordinate representation of color #9B3582: hue angle of 314.71º degrees, saturation: 0.49, 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 #9B3582 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 130 -
CMYK 0 0.66 0.16 0.39
HSL 314.71º 0.49% 0.41% -
HSV(B) 314.71º 0.66% 0.61% -
XYZ 18.82 11.13 22.27 -
YUV 92.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 155 53 130 0 0.66 0.16 0.39 314.71 0.49 0.41
Hex 9B 35 82 0 42 10 27 13B 31 29
Octal 233 65 202 0 102 20 47 473 61 51
Binary 10011011 110101 10000010 0 1000010 10000 100111 100111011 110001 101001

Color Harmonies of #9B3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3582

Black with #9B3582

Text Example


Text Example

White with #9B3582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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