Html Css Color HEX #8C067B Purple

📋 copy color: '#8C067B'

red 140 ◦ green 6 ◦ blue 123

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

Shades of Purple #8C067B

Tints of Purple #8C067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 52.04%
G = 2.23%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C067B (or 0x8C067B) is known color: Purple. HEX triplet: 8C, 06 and 7B. RGB value is (140,6,123). Sum of RGB (Red+Green+Blue) = 140+6+123=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C067B is #73F984. Grayscale: #3B3B3B. Windows color (decimal): -7600517 or 8062604. OLE color: 8062604.

HSL color Cylindrical-coordinate representation of color #8C067B: hue angle of 307.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C067B is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 6 123 -
CMYK 0 0.96 0.12 0.45
HSL 307.61º 0.92% 0.29% -
HSV(B) 307.61º 0.96% 0.55% -
XYZ 14.46 7.14 19.35 -
YUV 59.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 140 6 123 0 0.96 0.12 0.45 307.61 0.92 0.29
Hex 8C 6 7B 0 60 C 2D 134 5C 1D
Octal 214 6 173 0 140 14 55 464 134 35
Binary 10001100 110 1111011 0 1100000 1100 101101 100110100 1011100 11101

Color Harmonies of #8C067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C067B

Black with #8C067B

Text Example


Text Example

White with #8C067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,6,123); }

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

background-color css

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

 a { background-color: rgb(140,6,123); }

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

border-color css

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

 span { border-color: rgb(140,6,123); }

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