Html Css Color HEX #82398C Vivid Violet

📋 copy color: '#82398C'

red 130 ◦ green 57 ◦ blue 140

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

Shades of Vivid Violet #82398C

Tints of Vivid Violet #82398C

RGB

 RED value IS 130 (51.17% from 255) = 39.76%

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 39.76%
G = 17.43%
B = 42.81%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82398C (or 0x82398C) is known color: Vivid Violet. HEX triplet: 82, 39 and 8C. RGB value is (130,57,140). Sum of RGB (Red+Green+Blue) = 130+57+140=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #82398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82398C is #7DC673. Grayscale: #585858. Windows color (decimal): -8242804 or 9189762. OLE color: 9189762.

HSL color Cylindrical-coordinate representation of color #82398C: hue angle of 292.77º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82398C is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 57 140 -
CMYK 0.07 0.59 0 0.45
HSL 292.77º 0.42% 0.39% -
HSV(B) 292.77º 0.59% 0.55% -
XYZ 15.4 9.57 25.85 -
YUV 88.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 130 57 140 0.07 0.59 0 0.45 292.77 0.42 0.39
Hex 82 39 8C 7 3B 0 2D 125 2A 27
Octal 202 71 214 7 73 0 55 445 52 47
Binary 10000010 111001 10001100 111 111011 0 101101 100100101 101010 100111

Color Harmonies of #82398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82398C

Black with #82398C

Text Example


Text Example

White with #82398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82398C; }

 p { color: rgb(130,57,140); }

 H1.HeaderClassName
 {
   color: #82398C;
 }
 .AnyTagClassName
 {
   color: #82398C;
 }
</style>

background-color css

<style>
 a { background-color: #82398C; }

 a { background-color: rgb(130,57,140); }

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

border-color css

<style>
 span { border-color: #82398C; }

 span { border-color: rgb(130,57,140); }

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