Html Css Color HEX #8C428C Vivid Violet

📋 copy color: '#8C428C'

red 140 ◦ green 66 ◦ blue 140

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

Shades of Vivid Violet #8C428C

Tints of Vivid Violet #8C428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 40.46%
G = 19.08%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C428C (or 0x8C428C) is known color: Vivid Violet. HEX triplet: 8C, 42 and 8C. RGB value is (140,66,140). Sum of RGB (Red+Green+Blue) = 140+66+140=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C428C is #73BD73. Grayscale: #606060. Windows color (decimal): -7585140 or 9192076. OLE color: 9192076.

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

Color convert

RGB 140 66 140 -
CMYK 0 0.53 0 0.45
HSL 300º 0.36% 0.4% -
HSV(B) 300º 0.53% 0.55% -
XYZ 17.5 11.37 26.08 -
YUV 96.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 140 66 140 0 0.53 0 0.45 300 0.36 0.4
Hex 8C 42 8C 0 35 0 2D 12C 24 28
Octal 214 102 214 0 65 0 55 454 44 50
Binary 10001100 1000010 10001100 0 110101 0 101101 100101100 100100 101000

Color Harmonies of #8C428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C428C

Black with #8C428C

Text Example


Text Example

White with #8C428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,140); }

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

background-color css

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

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

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

border-color css

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

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

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