Html Css Color HEX #9B1D92 Dark Purple

📋 copy color: '#9B1D92'

red 155 ◦ green 29 ◦ blue 146

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

Shades of Dark Purple #9B1D92

Tints of Dark Purple #9B1D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 46.97%
G = 8.79%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B1D92 (or 0x9B1D92) is known color: Dark Purple. HEX triplet: 9B, 1D and 92. RGB value is (155,29,146). Sum of RGB (Red+Green+Blue) = 155+29+146=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1D92 is #64E26D. Grayscale: #4F4F4F. Windows color (decimal): -6611566 or 9575835. OLE color: 9575835.

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

Color convert

RGB 155 29 146 -
CMYK 0 0.81 0.06 0.39
HSL 304.29º 0.68% 0.36% -
HSV(B) 304.29º 0.81% 0.61% -
XYZ 19.15 9.92 28.1 -
YUV 80.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 155 29 146 0 0.81 0.06 0.39 304.29 0.68 0.36
Hex 9B 1D 92 0 51 6 27 130 44 24
Octal 233 35 222 0 121 6 47 460 104 44
Binary 10011011 11101 10010010 0 1010001 110 100111 100110000 1000100 100100

Color Harmonies of #9B1D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D92

Black with #9B1D92

Text Example


Text Example

White with #9B1D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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