Html Css Color HEX #8B246F Dark Purple

📋 copy color: '#8B246F'

red 139 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #8B246F

Tints of Dark Purple #8B246F

RGB

 RED value IS 139 (54.69% from 255) = 48.6%

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

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

R = 48.6%
G = 12.59%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B246F (or 0x8B246F) is known color: Dark Purple. HEX triplet: 8B, 24 and 6F. RGB value is (139,36,111). Sum of RGB (Red+Green+Blue) = 139+36+111=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B246F is #74DB90. Grayscale: #4B4B4B. Windows color (decimal): -7658385 or 7283851. OLE color: 7283851.

HSL color Cylindrical-coordinate representation of color #8B246F: hue angle of 316.31º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B246F is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 36 111 -
CMYK 0 0.74 0.20 0.45
HSL 316.31º 0.59% 0.34% -
HSV(B) 316.31º 0.74% 0.55% -
XYZ 14.15 7.9 15.82 -
YUV 75.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 139 36 111 0 0.74 0.20 0.45 316.31 0.59 0.34
Hex 8B 24 6F 0 4A 14 2D 13C 3B 22
Octal 213 44 157 0 112 24 55 474 73 42
Binary 10001011 100100 1101111 0 1001010 10100 101101 100111100 111011 100010

Color Harmonies of #8B246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B246F

Black with #8B246F

Text Example


Text Example

White with #8B246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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