Html Css Color HEX #82388C Vivid Violet

📋 copy color: '#82388C'

red 130 ◦ green 56 ◦ blue 140

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

Shades of Vivid Violet #82388C

Tints of Vivid Violet #82388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 39.88%
G = 17.18%
B = 42.94%

CMYK

 C value IS 0.07

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82388C (or 0x82388C) is known color: Vivid Violet. HEX triplet: 82, 38 and 8C. RGB value is (130,56,140). Sum of RGB (Red+Green+Blue) = 130+56+140=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #82388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82388C is #7DC773. Grayscale: #575757. Windows color (decimal): -8243060 or 9189506. OLE color: 9189506.

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

Color convert

RGB 130 56 140 -
CMYK 0.07 0.6 0 0.45
HSL 292.86º 0.43% 0.38% -
HSV(B) 292.86º 0.6% 0.55% -
XYZ 15.35 9.47 25.83 -
YUV 87.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 130 56 140 0.07 0.6 0 0.45 292.86 0.43 0.38
Hex 82 38 8C 7 3C 0 2D 125 2B 26
Octal 202 70 214 7 74 0 55 445 53 46
Binary 10000010 111000 10001100 111 111100 0 101101 100100101 101011 100110

Color Harmonies of #82388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82388C

Black with #82388C

Text Example


Text Example

White with #82388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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