Html Css Color HEX #863F83 Vivid Violet

📋 copy color: '#863F83'

red 134 ◦ green 63 ◦ blue 131

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

Shades of Vivid Violet #863F83

Tints of Vivid Violet #863F83

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 40.85%
G = 19.21%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#863F83 (or 0x863F83) is known color: Vivid Violet. HEX triplet: 86, 3F and 83. RGB value is (134,63,131). Sum of RGB (Red+Green+Blue) = 134+63+131=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #863F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863F83 is #79C07C. Grayscale: #5B5B5B. Windows color (decimal): -7979133 or 8601478. OLE color: 8601478.

HSL color Cylindrical-coordinate representation of color #863F83: hue angle of 302.54º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F83 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 131 -
CMYK 0 0.53 0.02 0.47
HSL 302.54º 0.36% 0.39% -
HSV(B) 302.54º 0.53% 0.53% -
XYZ 15.71 10.26 22.63 -
YUV 91.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 134 63 131 0 0.53 0.02 0.47 302.54 0.36 0.39
Hex 86 3F 83 0 35 2 2F 12F 24 27
Octal 206 77 203 0 65 2 57 457 44 47
Binary 10000110 111111 10000011 0 110101 10 101111 100101111 100100 100111

Color Harmonies of #863F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F83

Black with #863F83

Text Example


Text Example

White with #863F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F83; }

 p { color: rgb(134,63,131); }

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

background-color css

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

 a { background-color: rgb(134,63,131); }

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

border-color css

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

 span { border-color: rgb(134,63,131); }

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