Html Css Color HEX #9B1D84 Dark Purple

📋 copy color: '#9B1D84'

red 155 ◦ green 29 ◦ blue 132

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

Shades of Dark Purple #9B1D84

Tints of Dark Purple #9B1D84

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

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

R = 49.05%
G = 9.18%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B1D84 (or 0x9B1D84) is known color: Dark Purple. HEX triplet: 9B, 1D and 84. RGB value is (155,29,132). Sum of RGB (Red+Green+Blue) = 155+29+132=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1D84 is #64E27B. Grayscale: #4E4E4E. Windows color (decimal): -6611580 or 8658331. OLE color: 8658331.

HSL color Cylindrical-coordinate representation of color #9B1D84: hue angle of 310.95º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D84 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 132 -
CMYK 0 0.81 0.15 0.39
HSL 310.95º 0.68% 0.36% -
HSV(B) 310.95º 0.81% 0.61% -
XYZ 18.12 9.51 22.71 -
YUV 78.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 155 29 132 0 0.81 0.15 0.39 310.95 0.68 0.36
Hex 9B 1D 84 0 51 F 27 137 44 24
Octal 233 35 204 0 121 17 47 467 104 44
Binary 10011011 11101 10000100 0 1010001 1111 100111 100110111 1000100 100100

Color Harmonies of #9B1D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D84

Black with #9B1D84

Text Example


Text Example

White with #9B1D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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