Html Css Color HEX #824098 Vivid Violet

📋 copy color: '#824098'

red 130 ◦ green 64 ◦ blue 152

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

Shades of Vivid Violet #824098

Tints of Vivid Violet #824098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 37.57%
G = 18.5%
B = 43.93%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#824098 (or 0x824098) is known color: Vivid Violet. HEX triplet: 82, 40 and 98. RGB value is (130,64,152). Sum of RGB (Red+Green+Blue) = 130+64+152=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #824098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824098 is #7DBF67. Grayscale: #5D5D5D. Windows color (decimal): -8241000 or 9977986. OLE color: 9977986.

HSL color Cylindrical-coordinate representation of color #824098: hue angle of 285º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824098 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 64 152 -
CMYK 0.14 0.58 0 0.40
HSL 285º 0.41% 0.42% -
HSV(B) 285º 0.58% 0.6% -
XYZ 16.71 10.68 30.89 -
YUV 93.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 130 64 152 0.14 0.58 0 0.40 285 0.41 0.42
Hex 82 40 98 E 3A 0 28 11D 29 2A
Octal 202 100 230 16 72 0 50 435 51 52
Binary 10000010 1000000 10011000 1110 111010 0 101000 100011101 101001 101010

Color Harmonies of #824098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824098

Black with #824098

Text Example


Text Example

White with #824098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824098; }

 p { color: rgb(130,64,152); }

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

background-color css

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

 a { background-color: rgb(130,64,152); }

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

border-color css

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

 span { border-color: rgb(130,64,152); }

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