Html Css Color HEX #8C428D Vivid Violet

📋 copy color: '#8C428D'

red 140 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #8C428D

Tints of Vivid Violet #8C428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 40.35%
G = 19.02%
B = 40.63%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C428D (or 0x8C428D) is known color: Vivid Violet. HEX triplet: 8C, 42 and 8D. RGB value is (140,66,141). Sum of RGB (Red+Green+Blue) = 140+66+141=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C428D is #73BD72. Grayscale: #606060. Windows color (decimal): -7585139 or 9257612. OLE color: 9257612.

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

Color convert

RGB 140 66 141 -
CMYK 0.01 0.53 0 0.45
HSL 299.2º 0.36% 0.41% -
HSV(B) 299.2º 0.53% 0.55% -
XYZ 17.57 11.39 26.47 -
YUV 96.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 140 66 141 0.01 0.53 0 0.45 299.2 0.36 0.41
Hex 8C 42 8D 1 35 0 2D 12B 24 29
Octal 214 102 215 1 65 0 55 453 44 51
Binary 10001100 1000010 10001101 1 110101 0 101101 100101011 100100 101001

Color Harmonies of #8C428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C428D

Black with #8C428D

Text Example


Text Example

White with #8C428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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