Html Css Color HEX #863BAE Studio

📋 copy color: '#863BAE'

red 134 ◦ green 59 ◦ blue 174

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

Shades of Studio #863BAE

Tints of Studio #863BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 36.51%
G = 16.08%
B = 47.41%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#863BAE (or 0x863BAE) is known color: Studio. HEX triplet: 86, 3B and AE. RGB value is (134,59,174). Sum of RGB (Red+Green+Blue) = 134+59+174=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #863BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863BAE is #79C451. Grayscale: #5E5E5E. Windows color (decimal): -7980114 or 11418502. OLE color: 11418502.

HSL color Cylindrical-coordinate representation of color #863BAE: hue angle of 279.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863BAE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 59 174 -
CMYK 0.23 0.66 0 0.32
HSL 279.13º 0.49% 0.46% -
HSV(B) 279.13º 0.66% 0.68% -
XYZ 19.04 11.25 41.21 -
YUV 94.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 134 59 174 0.23 0.66 0 0.32 279.13 0.49 0.46
Hex 86 3B AE 17 42 0 20 117 31 2E
Octal 206 73 256 27 102 0 40 427 61 56
Binary 10000110 111011 10101110 10111 1000010 0 100000 100010111 110001 101110

Color Harmonies of #863BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BAE

Black with #863BAE

Text Example


Text Example

White with #863BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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