Html Css Color HEX #9B1C84 Dark Purple

📋 copy color: '#9B1C84'

red 155 ◦ green 28 ◦ blue 132

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

Shades of Dark Purple #9B1C84

Tints of Dark Purple #9B1C84

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 49.21%
G = 8.89%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B1C84 (or 0x9B1C84) is known color: Dark Purple. HEX triplet: 9B, 1C and 84. RGB value is (155,28,132). Sum of RGB (Red+Green+Blue) = 155+28+132=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1C84 is #64E37B. Grayscale: #4D4D4D. Windows color (decimal): -6611836 or 8658075. OLE color: 8658075.

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

Color convert

RGB 155 28 132 -
CMYK 0 0.82 0.15 0.39
HSL 310.87º 0.69% 0.36% -
HSV(B) 310.87º 0.82% 0.61% -
XYZ 18.1 9.47 22.7 -
YUV 77.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 155 28 132 0 0.82 0.15 0.39 310.87 0.69 0.36
Hex 9B 1C 84 0 52 F 27 137 45 24
Octal 233 34 204 0 122 17 47 467 105 44
Binary 10011011 11100 10000100 0 1010010 1111 100111 100110111 1000101 100100

Color Harmonies of #9B1C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C84

Black with #9B1C84

Text Example


Text Example

White with #9B1C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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