Html Css Color HEX #8C2598 Vivid Violet

📋 copy color: '#8C2598'

red 140 ◦ green 37 ◦ blue 152

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

Shades of Vivid Violet #8C2598

Tints of Vivid Violet #8C2598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 42.55%
G = 11.25%
B = 46.2%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C2598 (or 0x8C2598) is known color: Vivid Violet. HEX triplet: 8C, 25 and 98. RGB value is (140,37,152). Sum of RGB (Red+Green+Blue) = 140+37+152=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C2598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2598 is #73DA67. Grayscale: #505050. Windows color (decimal): -7592552 or 9971084. OLE color: 9971084.

HSL color Cylindrical-coordinate representation of color #8C2598: hue angle of 293.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2598 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 37 152 -
CMYK 0.08 0.76 0 0.40
HSL 293.74º 0.61% 0.37% -
HSV(B) 293.74º 0.76% 0.6% -
XYZ 17.14 9.17 30.57 -
YUV 80.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 140 37 152 0.08 0.76 0 0.40 293.74 0.61 0.37
Hex 8C 25 98 8 4C 0 28 126 3D 25
Octal 214 45 230 10 114 0 50 446 75 45
Binary 10001100 100101 10011000 1000 1001100 0 101000 100100110 111101 100101

Color Harmonies of #8C2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2598

Black with #8C2598

Text Example


Text Example

White with #8C2598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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