Html Css Color HEX #8C2995 Vivid Violet

📋 copy color: '#8C2995'

red 140 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #8C2995

Tints of Vivid Violet #8C2995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 42.42%
G = 12.42%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C2995 (or 0x8C2995) is known color: Vivid Violet. HEX triplet: 8C, 29 and 95. RGB value is (140,41,149). Sum of RGB (Red+Green+Blue) = 140+41+149=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C2995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2995 is #73D66A. Grayscale: #525252. Windows color (decimal): -7591531 or 9775500. OLE color: 9775500.

HSL color Cylindrical-coordinate representation of color #8C2995: hue angle of 295º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2995 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 41 149 -
CMYK 0.06 0.72 0 0.42
HSL 295º 0.57% 0.37% -
HSV(B) 295º 0.72% 0.58% -
XYZ 17.03 9.33 29.34 -
YUV 82.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 140 41 149 0.06 0.72 0 0.42 295 0.57 0.37
Hex 8C 29 95 6 48 0 2A 127 39 25
Octal 214 51 225 6 110 0 52 447 71 45
Binary 10001100 101001 10010101 110 1001000 0 101010 100100111 111001 100101

Color Harmonies of #8C2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2995

Black with #8C2995

Text Example


Text Example

White with #8C2995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,149); }

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

background-color css

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

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

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

border-color css

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

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

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