Html Css Color HEX #863D90 Vivid Violet

📋 copy color: '#863D90'

red 134 ◦ green 61 ◦ blue 144

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

Shades of Vivid Violet #863D90

Tints of Vivid Violet #863D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 39.53%
G = 17.99%
B = 42.48%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863D90 (or 0x863D90) is known color: Vivid Violet. HEX triplet: 86, 3D and 90. RGB value is (134,61,144). Sum of RGB (Red+Green+Blue) = 134+61+144=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #863D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863D90 is #79C26F. Grayscale: #5C5C5C. Windows color (decimal): -7979632 or 9452934. OLE color: 9452934.

HSL color Cylindrical-coordinate representation of color #863D90: hue angle of 292.77º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863D90 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 61 144 -
CMYK 0.07 0.58 0 0.44
HSL 292.77º 0.4% 0.4% -
HSV(B) 292.77º 0.58% 0.56% -
XYZ 16.53 10.42 27.53 -
YUV 92.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 134 61 144 0.07 0.58 0 0.44 292.77 0.4 0.4
Hex 86 3D 90 7 3A 0 2C 125 28 28
Octal 206 75 220 7 72 0 54 445 50 50
Binary 10000110 111101 10010000 111 111010 0 101100 100100101 101000 101000

Color Harmonies of #863D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D90

Black with #863D90

Text Example


Text Example

White with #863D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,61,144); }

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

background-color css

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

 a { background-color: rgb(134,61,144); }

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

border-color css

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

 span { border-color: rgb(134,61,144); }

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