Html Css Color HEX #9B246F Dark Purple

📋 copy color: '#9B246F'

red 155 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #9B246F

Tints of Dark Purple #9B246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 51.32%
G = 11.92%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B246F (or 0x9B246F) is known color: Dark Purple. HEX triplet: 9B, 24 and 6F. RGB value is (155,36,111). Sum of RGB (Red+Green+Blue) = 155+36+111=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B246F is #64DB90. Grayscale: #4F4F4F. Windows color (decimal): -6609809 or 7283867. OLE color: 7283867.

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

Color convert

RGB 155 36 111 -
CMYK 0 0.77 0.28 0.39
HSL 322.18º 0.62% 0.37% -
HSV(B) 322.18º 0.77% 0.61% -
XYZ 17.02 9.38 15.95 -
YUV 80.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 155 36 111 0 0.77 0.28 0.39 322.18 0.62 0.37
Hex 9B 24 6F 0 4D 1C 27 142 3E 25
Octal 233 44 157 0 115 34 47 502 76 45
Binary 10011011 100100 1101111 0 1001101 11100 100111 101000010 111110 100101

Color Harmonies of #9B246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B246F

Black with #9B246F

Text Example


Text Example

White with #9B246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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