Html Css Color HEX #842098 Vivid Violet

📋 copy color: '#842098'

red 132 ◦ green 32 ◦ blue 152

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

Shades of Vivid Violet #842098

Tints of Vivid Violet #842098

RGB

 RED value IS 132 (51.95% from 255) = 41.77%

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 41.77%
G = 10.13%
B = 48.1%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#842098 (or 0x842098) is known color: Vivid Violet. HEX triplet: 84, 20 and 98. RGB value is (132,32,152). Sum of RGB (Red+Green+Blue) = 132+32+152=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #842098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842098 is #7BDF67. Grayscale: #4B4B4B. Windows color (decimal): -8118120 or 9969796. OLE color: 9969796.

HSL color Cylindrical-coordinate representation of color #842098: hue angle of 290º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842098 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 32 152 -
CMYK 0.13 0.79 0 0.40
HSL 290º 0.65% 0.36% -
HSV(B) 290º 0.79% 0.6% -
XYZ 15.7 8.21 30.46 -
YUV 75.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 132 32 152 0.13 0.79 0 0.40 290 0.65 0.36
Hex 84 20 98 D 4F 0 28 122 41 24
Octal 204 40 230 15 117 0 50 442 101 44
Binary 10000100 100000 10011000 1101 1001111 0 101000 100100010 1000001 100100

Color Harmonies of #842098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842098

Black with #842098

Text Example


Text Example

White with #842098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842098; }

 p { color: rgb(132,32,152); }

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

background-color css

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

 a { background-color: rgb(132,32,152); }

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

border-color css

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

 span { border-color: rgb(132,32,152); }

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