Html Css Color HEX #863C93 Vivid Violet

📋 copy color: '#863C93'

red 134 ◦ green 60 ◦ blue 147

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

Shades of Vivid Violet #863C93

Tints of Vivid Violet #863C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 39.3%
G = 17.6%
B = 43.11%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863C93 (or 0x863C93) is known color: Vivid Violet. HEX triplet: 86, 3C and 93. RGB value is (134,60,147). Sum of RGB (Red+Green+Blue) = 134+60+147=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #863C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C93 is #79C36C. Grayscale: #5B5B5B. Windows color (decimal): -7979885 or 9649286. OLE color: 9649286.

HSL color Cylindrical-coordinate representation of color #863C93: hue angle of 291.03º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863C93 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 60 147 -
CMYK 0.09 0.59 0 0.42
HSL 291.03º 0.42% 0.41% -
HSV(B) 291.03º 0.59% 0.58% -
XYZ 16.71 10.41 28.73 -
YUV 92.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 134 60 147 0.09 0.59 0 0.42 291.03 0.42 0.41
Hex 86 3C 93 9 3B 0 2A 123 2A 29
Octal 206 74 223 11 73 0 52 443 52 51
Binary 10000110 111100 10010011 1001 111011 0 101010 100100011 101010 101001

Color Harmonies of #863C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C93

Black with #863C93

Text Example


Text Example

White with #863C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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