Html Css Color HEX #842298 Vivid Violet

📋 copy color: '#842298'

red 132 ◦ green 34 ◦ blue 152

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

Shades of Vivid Violet #842298

Tints of Vivid Violet #842298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 41.51%
G = 10.69%
B = 47.8%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#842298 (or 0x842298) is known color: Vivid Violet. HEX triplet: 84, 22 and 98. RGB value is (132,34,152). Sum of RGB (Red+Green+Blue) = 132+34+152=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #842298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842298 is #7BDD67. Grayscale: #4C4C4C. Windows color (decimal): -8117608 or 9970308. OLE color: 9970308.

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

Color convert

RGB 132 34 152 -
CMYK 0.13 0.78 0 0.40
HSL 289.83º 0.63% 0.36% -
HSV(B) 289.83º 0.78% 0.6% -
XYZ 15.76 8.32 30.48 -
YUV 76.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 132 34 152 0.13 0.78 0 0.40 289.83 0.63 0.36
Hex 84 22 98 D 4E 0 28 122 3F 24
Octal 204 42 230 15 116 0 50 442 77 44
Binary 10000100 100010 10011000 1101 1001110 0 101000 100100010 111111 100100

Color Harmonies of #842298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842298

Black with #842298

Text Example


Text Example

White with #842298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842298; }

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

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

background-color css

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

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

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

border-color css

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

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

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