Html Css Color HEX #863095 Vivid Violet

📋 copy color: '#863095'

red 134 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #863095

Tints of Vivid Violet #863095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 40.48%
G = 14.5%
B = 45.02%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863095 (or 0x863095) is known color: Vivid Violet. HEX triplet: 86, 30 and 95. RGB value is (134,48,149). Sum of RGB (Red+Green+Blue) = 134+48+149=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #863095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863095 is #79CF6A. Grayscale: #545454. Windows color (decimal): -7982955 or 9777286. OLE color: 9777286.

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

Color convert

RGB 134 48 149 -
CMYK 0.10 0.68 0 0.42
HSL 291.09º 0.51% 0.39% -
HSV(B) 291.09º 0.68% 0.58% -
XYZ 16.31 9.35 29.38 -
YUV 85.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 134 48 149 0.10 0.68 0 0.42 291.09 0.51 0.39
Hex 86 30 95 A 44 0 2A 123 33 27
Octal 206 60 225 12 104 0 52 443 63 47
Binary 10000110 110000 10010101 1010 1000100 0 101010 100100011 110011 100111

Color Harmonies of #863095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863095

Black with #863095

Text Example


Text Example

White with #863095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863095; }

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

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

background-color css

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

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

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

border-color css

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

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

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