Html Css Color HEX #9B246D Dark Purple

📋 copy color: '#9B246D'

red 155 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #9B246D

Tints of Dark Purple #9B246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 51.67%
G = 12%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B246D (or 0x9B246D) is known color: Dark Purple. HEX triplet: 9B, 24 and 6D. RGB value is (155,36,109). Sum of RGB (Red+Green+Blue) = 155+36+109=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B246D is #64DB92. Grayscale: #4F4F4F. Windows color (decimal): -6609811 or 7152795. OLE color: 7152795.

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

Color convert

RGB 155 36 109 -
CMYK 0 0.77 0.30 0.39
HSL 323.19º 0.62% 0.37% -
HSV(B) 323.19º 0.77% 0.61% -
XYZ 16.91 9.33 15.38 -
YUV 79.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 155 36 109 0 0.77 0.30 0.39 323.19 0.62 0.37
Hex 9B 24 6D 0 4D 1E 27 143 3E 25
Octal 233 44 155 0 115 36 47 503 76 45
Binary 10011011 100100 1101101 0 1001101 11110 100111 101000011 111110 100101

Color Harmonies of #9B246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B246D

Black with #9B246D

Text Example


Text Example

White with #9B246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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