Html Css Color HEX #9B1D93 Dark Purple

📋 copy color: '#9B1D93'

red 155 ◦ green 29 ◦ blue 147

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

Shades of Dark Purple #9B1D93

Tints of Dark Purple #9B1D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 46.83%
G = 8.76%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B1D93 (or 0x9B1D93) is known color: Dark Purple. HEX triplet: 9B, 1D and 93. RGB value is (155,29,147). Sum of RGB (Red+Green+Blue) = 155+29+147=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1D93 is #64E26C. Grayscale: #4F4F4F. Windows color (decimal): -6611565 or 9641371. OLE color: 9641371.

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

Color convert

RGB 155 29 147 -
CMYK 0 0.81 0.05 0.39
HSL 303.81º 0.68% 0.36% -
HSV(B) 303.81º 0.81% 0.61% -
XYZ 19.22 9.95 28.51 -
YUV 80.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 155 29 147 0 0.81 0.05 0.39 303.81 0.68 0.36
Hex 9B 1D 93 0 51 5 27 130 44 24
Octal 233 35 223 0 121 5 47 460 104 44
Binary 10011011 11101 10010011 0 1010001 101 100111 100110000 1000100 100100

Color Harmonies of #9B1D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D93

Black with #9B1D93

Text Example


Text Example

White with #9B1D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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