Html Css Color HEX #863C8A Vivid Violet

📋 copy color: '#863C8A'

red 134 ◦ green 60 ◦ blue 138

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

Shades of Vivid Violet #863C8A

Tints of Vivid Violet #863C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 40.36%
G = 18.07%
B = 41.57%

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

#863C8A (or 0x863C8A) is known color: Vivid Violet. HEX triplet: 86, 3C and 8A. RGB value is (134,60,138). Sum of RGB (Red+Green+Blue) = 134+60+138=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #863C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C8A is #79C375. Grayscale: #5A5A5A. Windows color (decimal): -7979894 or 9059462. OLE color: 9059462.

HSL color Cylindrical-coordinate representation of color #863C8A: hue angle of 296.92º degrees, saturation: 0.39, 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 #863C8A is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 60 138 -
CMYK 0.03 0.57 0 0.46
HSL 296.92º 0.39% 0.39% -
HSV(B) 296.92º 0.57% 0.54% -
XYZ 16.03 10.14 25.16 -
YUV 91.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 134 60 138 0.03 0.57 0 0.46 296.92 0.39 0.39
Hex 86 3C 8A 3 39 0 2E 129 27 27
Octal 206 74 212 3 71 0 56 451 47 47
Binary 10000110 111100 10001010 11 111001 0 101110 100101001 100111 100111

Color Harmonies of #863C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C8A

Black with #863C8A

Text Example


Text Example

White with #863C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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