Html Css Color HEX #9B3584 Dark Purple

📋 copy color: '#9B3584'

red 155 ◦ green 53 ◦ blue 132

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

Shades of Dark Purple #9B3584

Tints of Dark Purple #9B3584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 45.59%
G = 15.59%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B3584 (or 0x9B3584) is known color: Dark Purple. HEX triplet: 9B, 35 and 84. RGB value is (155,53,132). Sum of RGB (Red+Green+Blue) = 155+53+132=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3584 is #64CA7B. Grayscale: #5C5C5C. Windows color (decimal): -6605436 or 8664475. OLE color: 8664475.

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

Color convert

RGB 155 53 132 -
CMYK 0 0.66 0.15 0.39
HSL 313.53º 0.49% 0.41% -
HSV(B) 313.53º 0.66% 0.61% -
XYZ 18.96 11.18 22.99 -
YUV 92.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 155 53 132 0 0.66 0.15 0.39 313.53 0.49 0.41
Hex 9B 35 84 0 42 F 27 13A 31 29
Octal 233 65 204 0 102 17 47 472 61 51
Binary 10011011 110101 10000100 0 1000010 1111 100111 100111010 110001 101001

Color Harmonies of #9B3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3584

Black with #9B3584

Text Example


Text Example

White with #9B3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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