Html Css Color HEX #821898 Vivid Violet

📋 copy color: '#821898'

red 130 ◦ green 24 ◦ blue 152

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

Shades of Vivid Violet #821898

Tints of Vivid Violet #821898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 42.48%
G = 7.84%
B = 49.67%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#821898 (or 0x821898) is known color: Vivid Violet. HEX triplet: 82, 18 and 98. RGB value is (130,24,152). Sum of RGB (Red+Green+Blue) = 130+24+152=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #821898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821898 is #7DE767. Grayscale: #454545. Windows color (decimal): -8251240 or 9967746. OLE color: 9967746.

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

Color convert

RGB 130 24 152 -
CMYK 0.14 0.84 0 0.40
HSL 289.69º 0.73% 0.35% -
HSV(B) 289.69º 0.84% 0.6% -
XYZ 15.2 7.67 30.38 -
YUV 70.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 130 24 152 0.14 0.84 0 0.40 289.69 0.73 0.35
Hex 82 18 98 E 54 0 28 122 49 23
Octal 202 30 230 16 124 0 50 442 111 43
Binary 10000010 11000 10011000 1110 1010100 0 101000 100100010 1001001 100011

Color Harmonies of #821898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821898

Black with #821898

Text Example


Text Example

White with #821898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821898; }

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

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

background-color css

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

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

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

border-color css

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

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

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