Html Css Color HEX #84238D Vivid Violet

📋 copy color: '#84238D'

red 132 ◦ green 35 ◦ blue 141

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

Shades of Vivid Violet #84238D

Tints of Vivid Violet #84238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 42.86%
G = 11.36%
B = 45.78%

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

#84238D (or 0x84238D) is known color: Vivid Violet. HEX triplet: 84, 23 and 8D. RGB value is (132,35,141). Sum of RGB (Red+Green+Blue) = 132+35+141=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #84238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84238D is #7BDC72. Grayscale: #4B4B4B. Windows color (decimal): -8117363 or 9249668. OLE color: 9249668.

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

Color convert

RGB 132 35 141 -
CMYK 0.06 0.75 0 0.45
HSL 294.91º 0.6% 0.35% -
HSV(B) 294.91º 0.75% 0.55% -
XYZ 14.92 8.03 25.96 -
YUV 76.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 132 35 141 0.06 0.75 0 0.45 294.91 0.6 0.35
Hex 84 23 8D 6 4B 0 2D 127 3C 23
Octal 204 43 215 6 113 0 55 447 74 43
Binary 10000100 100011 10001101 110 1001011 0 101101 100100111 111100 100011

Color Harmonies of #84238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84238D

Black with #84238D

Text Example


Text Example

White with #84238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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