Html Css Color HEX #8C428B Vivid Violet

📋 copy color: '#8C428B'

red 140 ◦ green 66 ◦ blue 139

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

Shades of Vivid Violet #8C428B

Tints of Vivid Violet #8C428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 40.58%
G = 19.13%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C428B (or 0x8C428B) is known color: Vivid Violet. HEX triplet: 8C, 42 and 8B. RGB value is (140,66,139). Sum of RGB (Red+Green+Blue) = 140+66+139=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C428B is #73BD74. Grayscale: #606060. Windows color (decimal): -7585141 or 9126540. OLE color: 9126540.

HSL color Cylindrical-coordinate representation of color #8C428B: hue angle of 300.81º 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 #8C428B is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 139 -
CMYK 0 0.53 0.01 0.45
HSL 300.81º 0.36% 0.4% -
HSV(B) 300.81º 0.53% 0.55% -
XYZ 17.42 11.34 25.7 -
YUV 96.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 140 66 139 0 0.53 0.01 0.45 300.81 0.36 0.4
Hex 8C 42 8B 0 35 1 2D 12D 24 28
Octal 214 102 213 0 65 1 55 455 44 50
Binary 10001100 1000010 10001011 0 110101 1 101101 100101101 100100 101000

Color Harmonies of #8C428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C428B

Black with #8C428B

Text Example


Text Example

White with #8C428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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