Html Css Color HEX #84468B Vivid Violet

📋 copy color: '#84468B'

red 132 ◦ green 70 ◦ blue 139

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

Shades of Vivid Violet #84468B

Tints of Vivid Violet #84468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 38.71%
G = 20.53%
B = 40.76%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84468B (or 0x84468B) is known color: Vivid Violet. HEX triplet: 84, 46 and 8B. RGB value is (132,70,139). Sum of RGB (Red+Green+Blue) = 132+70+139=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #84468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84468B is #7BB974. Grayscale: #606060. Windows color (decimal): -8108405 or 9127556. OLE color: 9127556.

HSL color Cylindrical-coordinate representation of color #84468B: hue angle of 293.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84468B is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 70 139 -
CMYK 0.05 0.50 0 0.45
HSL 293.91º 0.33% 0.41% -
HSV(B) 293.91º 0.5% 0.55% -
XYZ 16.37 11.15 25.72 -
YUV 96.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 132 70 139 0.05 0.50 0 0.45 293.91 0.33 0.41
Hex 84 46 8B 5 32 0 2D 126 21 29
Octal 204 106 213 5 62 0 55 446 41 51
Binary 10000100 1000110 10001011 101 110010 0 101101 100100110 100001 101001

Color Harmonies of #84468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84468B

Black with #84468B

Text Example


Text Example

White with #84468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84468B; }

 p { color: rgb(132,70,139); }

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

background-color css

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

 a { background-color: rgb(132,70,139); }

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

border-color css

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

 span { border-color: rgb(132,70,139); }

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