Html Css Color HEX #9B1E93 Dark Purple

📋 copy color: '#9B1E93'

red 155 ◦ green 30 ◦ blue 147

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

Shades of Dark Purple #9B1E93

Tints of Dark Purple #9B1E93

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.04%

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

R = 46.69%
G = 9.04%
B = 44.28%

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

#9B1E93 (or 0x9B1E93) is known color: Dark Purple. HEX triplet: 9B, 1E and 93. RGB value is (155,30,147). Sum of RGB (Red+Green+Blue) = 155+30+147=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1E93 is #64E16C. Grayscale: #505050. Windows color (decimal): -6611309 or 9641627. OLE color: 9641627.

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

Color convert

RGB 155 30 147 -
CMYK 0 0.81 0.05 0.39
HSL 303.84º 0.68% 0.36% -
HSV(B) 303.84º 0.81% 0.61% -
XYZ 19.25 10 28.52 -
YUV 80.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 155 30 147 0 0.81 0.05 0.39 303.84 0.68 0.36
Hex 9B 1E 93 0 51 5 27 130 44 24
Octal 233 36 223 0 121 5 47 460 104 44
Binary 10011011 11110 10010011 0 1010001 101 100111 100110000 1000100 100100

Color Harmonies of #9B1E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E93

Black with #9B1E93

Text Example


Text Example

White with #9B1E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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