Html Css Color HEX #8C2F6B Dark Purple

📋 copy color: '#8C2F6B'

red 140 ◦ green 47 ◦ blue 107

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

Shades of Dark Purple #8C2F6B

Tints of Dark Purple #8C2F6B

RGB

 RED value IS 140 (55.08% from 255) = 47.62%

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 47.62%
G = 15.99%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C2F6B (or 0x8C2F6B) is known color: Dark Purple. HEX triplet: 8C, 2F and 6B. RGB value is (140,47,107). Sum of RGB (Red+Green+Blue) = 140+47+107=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F6B is #73D094. Grayscale: #515151. Windows color (decimal): -7590037 or 7024524. OLE color: 7024524.

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

Color convert

RGB 140 47 107 -
CMYK 0 0.66 0.24 0.45
HSL 321.29º 0.5% 0.37% -
HSV(B) 321.29º 0.66% 0.55% -
XYZ 14.49 8.67 14.82 -
YUV 81.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 140 47 107 0 0.66 0.24 0.45 321.29 0.5 0.37
Hex 8C 2F 6B 0 42 18 2D 141 32 25
Octal 214 57 153 0 102 30 55 501 62 45
Binary 10001100 101111 1101011 0 1000010 11000 101101 101000001 110010 100101

Color Harmonies of #8C2F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F6B

Black with #8C2F6B

Text Example


Text Example

White with #8C2F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,47,107); }

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

background-color css

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

 a { background-color: rgb(140,47,107); }

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

border-color css

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

 span { border-color: rgb(140,47,107); }

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