Html Css Color HEX #863A8A Vivid Violet

📋 copy color: '#863A8A'

red 134 ◦ green 58 ◦ blue 138

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

Shades of Vivid Violet #863A8A

Tints of Vivid Violet #863A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 40.61%
G = 17.58%
B = 41.82%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#863A8A (or 0x863A8A) is known color: Vivid Violet. HEX triplet: 86, 3A and 8A. RGB value is (134,58,138). Sum of RGB (Red+Green+Blue) = 134+58+138=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #863A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A8A is #79C575. Grayscale: #595959. Windows color (decimal): -7980406 or 9058950. OLE color: 9058950.

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

Color convert

RGB 134 58 138 -
CMYK 0.03 0.58 0 0.46
HSL 297º 0.41% 0.38% -
HSV(B) 297º 0.58% 0.54% -
XYZ 15.93 9.93 25.12 -
YUV 89.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 134 58 138 0.03 0.58 0 0.46 297 0.41 0.38
Hex 86 3A 8A 3 3A 0 2E 129 29 26
Octal 206 72 212 3 72 0 56 451 51 46
Binary 10000110 111010 10001010 11 111010 0 101110 100101001 101001 100110

Color Harmonies of #863A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A8A

Black with #863A8A

Text Example


Text Example

White with #863A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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