Html Css Color HEX #9B2C92 Dark Purple

📋 copy color: '#9B2C92'

red 155 ◦ green 44 ◦ blue 146

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

Shades of Dark Purple #9B2C92

Tints of Dark Purple #9B2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

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

R = 44.93%
G = 12.75%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B2C92 (or 0x9B2C92) is known color: Dark Purple. HEX triplet: 9B, 2C and 92. RGB value is (155,44,146). Sum of RGB (Red+Green+Blue) = 155+44+146=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C92 is #64D36D. Grayscale: #585858. Windows color (decimal): -6607726 or 9579675. OLE color: 9579675.

HSL color Cylindrical-coordinate representation of color #9B2C92: hue angle of 304.86º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C92 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 44 146 -
CMYK 0 0.72 0.06 0.39
HSL 304.86º 0.56% 0.39% -
HSV(B) 304.86º 0.72% 0.61% -
XYZ 19.61 10.85 28.25 -
YUV 88.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 155 44 146 0 0.72 0.06 0.39 304.86 0.56 0.39
Hex 9B 2C 92 0 48 6 27 131 38 27
Octal 233 54 222 0 110 6 47 461 70 47
Binary 10011011 101100 10010010 0 1001000 110 100111 100110001 111000 100111

Color Harmonies of #9B2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C92

Black with #9B2C92

Text Example


Text Example

White with #9B2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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