Html Css Color HEX #8C25A0 Vivid Violet

📋 copy color: '#8C25A0'

red 140 ◦ green 37 ◦ blue 160

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

Shades of Vivid Violet #8C25A0

Tints of Vivid Violet #8C25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 41.54%
G = 10.98%
B = 47.48%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8C25A0 (or 0x8C25A0) is known color: Vivid Violet. HEX triplet: 8C, 25 and A0. RGB value is (140,37,160). Sum of RGB (Red+Green+Blue) = 140+37+160=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C25A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C25A0 is #73DA5F. Grayscale: #515151. Windows color (decimal): -7592544 or 10495372. OLE color: 10495372.

HSL color Cylindrical-coordinate representation of color #8C25A0: hue angle of 290.24º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C25A0 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 37 160 -
CMYK 0.12 0.77 0 0.37
HSL 290.24º 0.62% 0.39% -
HSV(B) 290.24º 0.77% 0.63% -
XYZ 17.82 9.44 34.14 -
YUV 81.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 140 37 160 0.12 0.77 0 0.37 290.24 0.62 0.39
Hex 8C 25 A0 C 4D 0 25 122 3E 27
Octal 214 45 240 14 115 0 45 442 76 47
Binary 10001100 100101 10100000 1100 1001101 0 100101 100100010 111110 100111

Color Harmonies of #8C25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C25A0

Black with #8C25A0

Text Example


Text Example

White with #8C25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,37,160); }

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

background-color css

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

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

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

border-color css

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

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

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