Html Css Color HEX #8C037B Purple

📋 copy color: '#8C037B'

red 140 ◦ green 3 ◦ blue 123

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

Shades of Purple #8C037B

Tints of Purple #8C037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 52.63%
G = 1.13%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C037B (or 0x8C037B) is known color: Purple. HEX triplet: 8C, 03 and 7B. RGB value is (140,3,123). Sum of RGB (Red+Green+Blue) = 140+3+123=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C037B is #73FC84. Grayscale: #393939. Windows color (decimal): -7601285 or 8061836. OLE color: 8061836.

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

Color convert

RGB 140 3 123 -
CMYK 0 0.98 0.12 0.45
HSL 307.45º 0.96% 0.28% -
HSV(B) 307.45º 0.98% 0.55% -
XYZ 14.42 7.07 19.34 -
YUV 57.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 140 3 123 0 0.98 0.12 0.45 307.45 0.96 0.28
Hex 8C 3 7B 0 62 C 2D 133 60 1C
Octal 214 3 173 0 142 14 55 463 140 34
Binary 10001100 11 1111011 0 1100010 1100 101101 100110011 1100000 11100

Color Harmonies of #8C037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C037B

Black with #8C037B

Text Example


Text Example

White with #8C037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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