Html Css Color HEX #863598 Vivid Violet

📋 copy color: '#863598'

red 134 ◦ green 53 ◦ blue 152

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

Shades of Vivid Violet #863598

Tints of Vivid Violet #863598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 39.53%
G = 15.63%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#863598 (or 0x863598) is known color: Vivid Violet. HEX triplet: 86, 35 and 98. RGB value is (134,53,152). Sum of RGB (Red+Green+Blue) = 134+53+152=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #863598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863598 is #79CA67. Grayscale: #585858. Windows color (decimal): -7981672 or 9975174. OLE color: 9975174.

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

Color convert

RGB 134 53 152 -
CMYK 0.12 0.65 0 0.40
HSL 289.09º 0.48% 0.4% -
HSV(B) 289.09º 0.65% 0.6% -
XYZ 16.77 9.88 30.73 -
YUV 88.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 134 53 152 0.12 0.65 0 0.40 289.09 0.48 0.4
Hex 86 35 98 C 41 0 28 121 30 28
Octal 206 65 230 14 101 0 50 441 60 50
Binary 10000110 110101 10011000 1100 1000001 0 101000 100100001 110000 101000

Color Harmonies of #863598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863598

Black with #863598

Text Example


Text Example

White with #863598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863598; }

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

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

background-color css

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

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

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

border-color css

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

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

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