Html Css Color HEX #8C259E Vivid Violet

📋 copy color: '#8C259E'

red 140 ◦ green 37 ◦ blue 158

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

Shades of Vivid Violet #8C259E

Tints of Vivid Violet #8C259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 41.79%
G = 11.04%
B = 47.16%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C259E (or 0x8C259E) is known color: Vivid Violet. HEX triplet: 8C, 25 and 9E. RGB value is (140,37,158). Sum of RGB (Red+Green+Blue) = 140+37+158=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C259E is #73DA61. Grayscale: #515151. Windows color (decimal): -7592546 or 10364300. OLE color: 10364300.

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

Color convert

RGB 140 37 158 -
CMYK 0.11 0.77 0 0.38
HSL 291.07º 0.62% 0.38% -
HSV(B) 291.07º 0.77% 0.62% -
XYZ 17.65 9.37 33.23 -
YUV 81.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 140 37 158 0.11 0.77 0 0.38 291.07 0.62 0.38
Hex 8C 25 9E B 4D 0 26 123 3E 26
Octal 214 45 236 13 115 0 46 443 76 46
Binary 10001100 100101 10011110 1011 1001101 0 100110 100100011 111110 100110

Color Harmonies of #8C259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C259E

Black with #8C259E

Text Example


Text Example

White with #8C259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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