Html Css Color HEX #863295 Vivid Violet

📋 copy color: '#863295'

red 134 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #863295

Tints of Vivid Violet #863295

RGB

 RED value IS 134 (52.73% from 255) = 40.24%

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 40.24%
G = 15.02%
B = 44.74%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863295 (or 0x863295) is known color: Vivid Violet. HEX triplet: 86, 32 and 95. RGB value is (134,50,149). Sum of RGB (Red+Green+Blue) = 134+50+149=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #863295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863295 is #79CD6A. Grayscale: #565656. Windows color (decimal): -7982443 or 9777798. OLE color: 9777798.

HSL color Cylindrical-coordinate representation of color #863295: hue angle of 290.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863295 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 50 149 -
CMYK 0.10 0.66 0 0.42
HSL 290.91º 0.5% 0.39% -
HSV(B) 290.91º 0.66% 0.58% -
XYZ 16.4 9.52 29.41 -
YUV 86.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 134 50 149 0.10 0.66 0 0.42 290.91 0.5 0.39
Hex 86 32 95 A 42 0 2A 123 32 27
Octal 206 62 225 12 102 0 52 443 62 47
Binary 10000110 110010 10010101 1010 1000010 0 101010 100100011 110010 100111

Color Harmonies of #863295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863295

Black with #863295

Text Example


Text Example

White with #863295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863295; }

 p { color: rgb(134,50,149); }

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

background-color css

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

 a { background-color: rgb(134,50,149); }

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

border-color css

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

 span { border-color: rgb(134,50,149); }

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