Html Css Color HEX #863B8A Vivid Violet

📋 copy color: '#863B8A'

red 134 ◦ green 59 ◦ blue 138

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

Shades of Vivid Violet #863B8A

Tints of Vivid Violet #863B8A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 40.48%
G = 17.82%
B = 41.69%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#863B8A (or 0x863B8A) is known color: Vivid Violet. HEX triplet: 86, 3B and 8A. RGB value is (134,59,138). Sum of RGB (Red+Green+Blue) = 134+59+138=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #863B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B8A is #79C475. Grayscale: #5A5A5A. Windows color (decimal): -7980150 or 9059206. OLE color: 9059206.

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

Color convert

RGB 134 59 138 -
CMYK 0.03 0.57 0 0.46
HSL 296.96º 0.4% 0.39% -
HSV(B) 296.96º 0.57% 0.54% -
XYZ 15.98 10.03 25.14 -
YUV 90.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 134 59 138 0.03 0.57 0 0.46 296.96 0.4 0.39
Hex 86 3B 8A 3 39 0 2E 129 28 27
Octal 206 73 212 3 71 0 56 451 50 47
Binary 10000110 111011 10001010 11 111001 0 101110 100101001 101000 100111

Color Harmonies of #863B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B8A

Black with #863B8A

Text Example


Text Example

White with #863B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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