Html Css Color HEX #863498 Vivid Violet

📋 copy color: '#863498'

red 134 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #863498

Tints of Vivid Violet #863498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 39.64%
G = 15.38%
B = 44.97%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#863498 (or 0x863498) is known color: Vivid Violet. HEX triplet: 86, 34 and 98. RGB value is (134,52,152). Sum of RGB (Red+Green+Blue) = 134+52+152=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #863498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863498 is #79CB67. Grayscale: #575757. Windows color (decimal): -7981928 or 9974918. OLE color: 9974918.

HSL color Cylindrical-coordinate representation of color #863498: hue angle of 289.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863498 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 52 152 -
CMYK 0.12 0.66 0 0.40
HSL 289.2º 0.49% 0.4% -
HSV(B) 289.2º 0.66% 0.6% -
XYZ 16.73 9.79 30.71 -
YUV 87.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 134 52 152 0.12 0.66 0 0.40 289.2 0.49 0.4
Hex 86 34 98 C 42 0 28 121 31 28
Octal 206 64 230 14 102 0 50 441 61 50
Binary 10000110 110100 10011000 1100 1000010 0 101000 100100001 110001 101000

Color Harmonies of #863498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863498

Black with #863498

Text Example


Text Example

White with #863498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863498; }

 p { color: rgb(134,52,152); }

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

background-color css

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

 a { background-color: rgb(134,52,152); }

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

border-color css

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

 span { border-color: rgb(134,52,152); }

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