Html Css Color HEX #863590 Vivid Violet

📋 copy color: '#863590'

red 134 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #863590

Tints of Vivid Violet #863590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 40.48%
G = 16.01%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863590 (or 0x863590) is known color: Vivid Violet. HEX triplet: 86, 35 and 90. RGB value is (134,53,144). Sum of RGB (Red+Green+Blue) = 134+53+144=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #863590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863590 is #79CA6F. Grayscale: #575757. Windows color (decimal): -7981680 or 9450886. OLE color: 9450886.

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

Color convert

RGB 134 53 144 -
CMYK 0.07 0.63 0 0.44
HSL 293.41º 0.46% 0.39% -
HSV(B) 293.41º 0.63% 0.56% -
XYZ 16.14 9.63 27.39 -
YUV 87.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 134 53 144 0.07 0.63 0 0.44 293.41 0.46 0.39
Hex 86 35 90 7 3F 0 2C 125 2E 27
Octal 206 65 220 7 77 0 54 445 56 47
Binary 10000110 110101 10010000 111 111111 0 101100 100100101 101110 100111

Color Harmonies of #863590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863590

Black with #863590

Text Example


Text Example

White with #863590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863590; }

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

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

background-color css

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

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

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

border-color css

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

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

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