Html Css Color HEX #84238C Vivid Violet

📋 copy color: '#84238C'

red 132 ◦ green 35 ◦ blue 140

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

Shades of Vivid Violet #84238C

Tints of Vivid Violet #84238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 43%
G = 11.4%
B = 45.6%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84238C (or 0x84238C) is known color: Vivid Violet. HEX triplet: 84, 23 and 8C. RGB value is (132,35,140). Sum of RGB (Red+Green+Blue) = 132+35+140=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #84238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84238C is #7BDC73. Grayscale: #4B4B4B. Windows color (decimal): -8117364 or 9184132. OLE color: 9184132.

HSL color Cylindrical-coordinate representation of color #84238C: hue angle of 295.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84238C is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 35 140 -
CMYK 0.06 0.75 0 0.45
HSL 295.43º 0.6% 0.34% -
HSV(B) 295.43º 0.75% 0.55% -
XYZ 14.85 8 25.57 -
YUV 75.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 132 35 140 0.06 0.75 0 0.45 295.43 0.6 0.34
Hex 84 23 8C 6 4B 0 2D 127 3C 22
Octal 204 43 214 6 113 0 55 447 74 42
Binary 10000100 100011 10001100 110 1001011 0 101101 100100111 111100 100010

Color Harmonies of #84238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84238C

Black with #84238C

Text Example


Text Example

White with #84238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84238C; }

 p { color: rgb(132,35,140); }

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

background-color css

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

 a { background-color: rgb(132,35,140); }

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

border-color css

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

 span { border-color: rgb(132,35,140); }

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