Html Css Color HEX #824298 Vivid Violet

📋 copy color: '#824298'

red 130 ◦ green 66 ◦ blue 152

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

Shades of Vivid Violet #824298

Tints of Vivid Violet #824298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 37.36%
G = 18.97%
B = 43.68%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#824298 (or 0x824298) is known color: Vivid Violet. HEX triplet: 82, 42 and 98. RGB value is (130,66,152). Sum of RGB (Red+Green+Blue) = 130+66+152=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #824298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824298 is #7DBD67. Grayscale: #5E5E5E. Windows color (decimal): -8240488 or 9978498. OLE color: 9978498.

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

Color convert

RGB 130 66 152 -
CMYK 0.14 0.57 0 0.40
HSL 284.65º 0.39% 0.43% -
HSV(B) 284.65º 0.57% 0.6% -
XYZ 16.82 10.91 30.92 -
YUV 94.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 130 66 152 0.14 0.57 0 0.40 284.65 0.39 0.43
Hex 82 42 98 E 39 0 28 11D 27 2B
Octal 202 102 230 16 71 0 50 435 47 53
Binary 10000010 1000010 10011000 1110 111001 0 101000 100011101 100111 101011

Color Harmonies of #824298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824298

Black with #824298

Text Example


Text Example

White with #824298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824298; }

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

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

background-color css

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

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

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

border-color css

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

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

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