Html Css Color HEX #863198 Vivid Violet

📋 copy color: '#863198'

red 134 ◦ green 49 ◦ blue 152

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

Shades of Vivid Violet #863198

Tints of Vivid Violet #863198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 40%
G = 14.63%
B = 45.37%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#863198 (or 0x863198) is known color: Vivid Violet. HEX triplet: 86, 31 and 98. RGB value is (134,49,152). Sum of RGB (Red+Green+Blue) = 134+49+152=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #863198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863198 is #79CE67. Grayscale: #555555. Windows color (decimal): -7982696 or 9974150. OLE color: 9974150.

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

Color convert

RGB 134 49 152 -
CMYK 0.12 0.68 0 0.40
HSL 289.51º 0.51% 0.39% -
HSV(B) 289.51º 0.68% 0.6% -
XYZ 16.6 9.53 30.67 -
YUV 86.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 134 49 152 0.12 0.68 0 0.40 289.51 0.51 0.39
Hex 86 31 98 C 44 0 28 122 33 27
Octal 206 61 230 14 104 0 50 442 63 47
Binary 10000110 110001 10011000 1100 1000100 0 101000 100100010 110011 100111

Color Harmonies of #863198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863198

Black with #863198

Text Example


Text Example

White with #863198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863198; }

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

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

background-color css

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

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

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

border-color css

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

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

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