Html Css Color HEX #863883 Vivid Violet

📋 copy color: '#863883'

red 134 ◦ green 56 ◦ blue 131

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

Shades of Vivid Violet #863883

Tints of Vivid Violet #863883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 41.74%
G = 17.45%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#863883 (or 0x863883) is known color: Vivid Violet. HEX triplet: 86, 38 and 83. RGB value is (134,56,131). Sum of RGB (Red+Green+Blue) = 134+56+131=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #863883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863883 is #79C77C. Grayscale: #575757. Windows color (decimal): -7980925 or 8599686. OLE color: 8599686.

HSL color Cylindrical-coordinate representation of color #863883: hue angle of 302.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863883 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 131 -
CMYK 0 0.58 0.02 0.47
HSL 302.31º 0.41% 0.37% -
HSV(B) 302.31º 0.58% 0.53% -
XYZ 15.34 9.54 22.5 -
YUV 87.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 134 56 131 0 0.58 0.02 0.47 302.31 0.41 0.37
Hex 86 38 83 0 3A 2 2F 12E 29 25
Octal 206 70 203 0 72 2 57 456 51 45
Binary 10000110 111000 10000011 0 111010 10 101111 100101110 101001 100101

Color Harmonies of #863883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863883

Black with #863883

Text Example


Text Example

White with #863883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863883; }

 p { color: rgb(134,56,131); }

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

background-color css

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

 a { background-color: rgb(134,56,131); }

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

border-color css

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

 span { border-color: rgb(134,56,131); }

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