Html Css Color HEX #863E8A Vivid Violet

📋 copy color: '#863E8A'

red 134 ◦ green 62 ◦ blue 138

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

Shades of Vivid Violet #863E8A

Tints of Vivid Violet #863E8A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 40.12%
G = 18.56%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#863E8A (or 0x863E8A) is known color: Vivid Violet. HEX triplet: 86, 3E and 8A. RGB value is (134,62,138). Sum of RGB (Red+Green+Blue) = 134+62+138=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #863E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863E8A is #79C175. Grayscale: #5B5B5B. Windows color (decimal): -7979382 or 9059974. OLE color: 9059974.

HSL color Cylindrical-coordinate representation of color #863E8A: hue angle of 296.84º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863E8A is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 62 138 -
CMYK 0.03 0.55 0 0.46
HSL 296.84º 0.38% 0.39% -
HSV(B) 296.84º 0.55% 0.54% -
XYZ 16.14 10.35 25.19 -
YUV 92.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 134 62 138 0.03 0.55 0 0.46 296.84 0.38 0.39
Hex 86 3E 8A 3 37 0 2E 129 26 27
Octal 206 76 212 3 67 0 56 451 46 47
Binary 10000110 111110 10001010 11 110111 0 101110 100101001 100110 100111

Color Harmonies of #863E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E8A

Black with #863E8A

Text Example


Text Example

White with #863E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,62,138); }

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

background-color css

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

 a { background-color: rgb(134,62,138); }

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

border-color css

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

 span { border-color: rgb(134,62,138); }

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