Html Css Color HEX #9B2495 Dark Purple

📋 copy color: '#9B2495'

red 155 ◦ green 36 ◦ blue 149

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

Shades of Dark Purple #9B2495

Tints of Dark Purple #9B2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 45.59%
G = 10.59%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B2495 (or 0x9B2495) is known color: Dark Purple. HEX triplet: 9B, 24 and 95. RGB value is (155,36,149). Sum of RGB (Red+Green+Blue) = 155+36+149=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2495 is #64DB6A. Grayscale: #545454. Windows color (decimal): -6609771 or 9774235. OLE color: 9774235.

HSL color Cylindrical-coordinate representation of color #9B2495: hue angle of 303.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2495 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 149 -
CMYK 0 0.77 0.04 0.39
HSL 303.03º 0.62% 0.37% -
HSV(B) 303.03º 0.77% 0.61% -
XYZ 19.57 10.4 29.41 -
YUV 84.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 155 36 149 0 0.77 0.04 0.39 303.03 0.62 0.37
Hex 9B 24 95 0 4D 4 27 12F 3E 25
Octal 233 44 225 0 115 4 47 457 76 45
Binary 10011011 100100 10010101 0 1001101 100 100111 100101111 111110 100101

Color Harmonies of #9B2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2495

Black with #9B2495

Text Example


Text Example

White with #9B2495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,149); }

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

background-color css

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

 a { background-color: rgb(155,36,149); }

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

border-color css

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

 span { border-color: rgb(155,36,149); }

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