Html Css Color HEX #863290 Vivid Violet

📋 copy color: '#863290'

red 134 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #863290

Tints of Vivid Violet #863290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 40.85%
G = 15.24%
B = 43.9%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#863290 (or 0x863290) is known color: Vivid Violet. HEX triplet: 86, 32 and 90. RGB value is (134,50,144). Sum of RGB (Red+Green+Blue) = 134+50+144=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #863290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863290 is #79CD6F. Grayscale: #555555. Windows color (decimal): -7982448 or 9450118. OLE color: 9450118.

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

Color convert

RGB 134 50 144 -
CMYK 0.07 0.65 0 0.44
HSL 293.62º 0.48% 0.38% -
HSV(B) 293.62º 0.65% 0.56% -
XYZ 16.01 9.36 27.35 -
YUV 85.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 134 50 144 0.07 0.65 0 0.44 293.62 0.48 0.38
Hex 86 32 90 7 41 0 2C 126 30 26
Octal 206 62 220 7 101 0 54 446 60 46
Binary 10000110 110010 10010000 111 1000001 0 101100 100100110 110000 100110

Color Harmonies of #863290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863290

Black with #863290

Text Example


Text Example

White with #863290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863290; }

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

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

background-color css

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

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

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

border-color css

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

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

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