Html Css Color HEX #8B2F6C Dark Purple

📋 copy color: '#8B2F6C'

red 139 ◦ green 47 ◦ blue 108

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

Shades of Dark Purple #8B2F6C

Tints of Dark Purple #8B2F6C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 47.28%
G = 15.99%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B2F6C (or 0x8B2F6C) is known color: Dark Purple. HEX triplet: 8B, 2F and 6C. RGB value is (139,47,108). Sum of RGB (Red+Green+Blue) = 139+47+108=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F6C is #74D093. Grayscale: #515151. Windows color (decimal): -7655572 or 7090059. OLE color: 7090059.

HSL color Cylindrical-coordinate representation of color #8B2F6C: hue angle of 320.22º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F6C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 47 108 -
CMYK 0 0.66 0.22 0.45
HSL 320.22º 0.49% 0.36% -
HSV(B) 320.22º 0.66% 0.55% -
XYZ 14.37 8.6 15.09 -
YUV 81.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 139 47 108 0 0.66 0.22 0.45 320.22 0.49 0.36
Hex 8B 2F 6C 0 42 16 2D 140 31 24
Octal 213 57 154 0 102 26 55 500 61 44
Binary 10001011 101111 1101100 0 1000010 10110 101101 101000000 110001 100100

Color Harmonies of #8B2F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2F6C

Black with #8B2F6C

Text Example


Text Example

White with #8B2F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,47,108); }

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

background-color css

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

 a { background-color: rgb(139,47,108); }

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

border-color css

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

 span { border-color: rgb(139,47,108); }

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