Html Css Color HEX #863B8B Vivid Violet

📋 copy color: '#863B8B'

red 134 ◦ green 59 ◦ blue 139

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

Shades of Vivid Violet #863B8B

Tints of Vivid Violet #863B8B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 40.36%
G = 17.77%
B = 41.87%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#863B8B (or 0x863B8B) is known color: Vivid Violet. HEX triplet: 86, 3B and 8B. RGB value is (134,59,139). Sum of RGB (Red+Green+Blue) = 134+59+139=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #863B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B8B is #79C474. Grayscale: #5A5A5A. Windows color (decimal): -7980149 or 9124742. OLE color: 9124742.

HSL color Cylindrical-coordinate representation of color #863B8B: hue angle of 296.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863B8B is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 59 139 -
CMYK 0.04 0.58 0 0.45
HSL 296.25º 0.4% 0.39% -
HSV(B) 296.25º 0.58% 0.55% -
XYZ 16.06 10.06 25.52 -
YUV 90.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 134 59 139 0.04 0.58 0 0.45 296.25 0.4 0.39
Hex 86 3B 8B 4 3A 0 2D 128 28 27
Octal 206 73 213 4 72 0 55 450 50 47
Binary 10000110 111011 10001011 100 111010 0 101101 100101000 101000 100111

Color Harmonies of #863B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B8B

Black with #863B8B

Text Example


Text Example

White with #863B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,139); }

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

background-color css

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

 a { background-color: rgb(134,59,139); }

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

border-color css

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

 span { border-color: rgb(134,59,139); }

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