Html Css Color HEX #863EAC Studio

📋 copy color: '#863EAC'

red 134 ◦ green 62 ◦ blue 172

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

Shades of Studio #863EAC

Tints of Studio #863EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.85%

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 36.41%
G = 16.85%
B = 46.74%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#863EAC (or 0x863EAC) is known color: Studio. HEX triplet: 86, 3E and AC. RGB value is (134,62,172). Sum of RGB (Red+Green+Blue) = 134+62+172=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #863EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863EAC is #79C153. Grayscale: #5F5F5F. Windows color (decimal): -7979348 or 11288198. OLE color: 11288198.

HSL color Cylindrical-coordinate representation of color #863EAC: hue angle of 279.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863EAC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 62 172 -
CMYK 0.22 0.64 0 0.33
HSL 279.27º 0.47% 0.46% -
HSV(B) 279.27º 0.64% 0.67% -
XYZ 19 11.49 40.25 -
YUV 96.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 134 62 172 0.22 0.64 0 0.33 279.27 0.47 0.46
Hex 86 3E AC 16 40 0 21 117 2F 2E
Octal 206 76 254 26 100 0 41 427 57 56
Binary 10000110 111110 10101100 10110 1000000 0 100001 100010111 101111 101110

Color Harmonies of #863EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863EAC

Black with #863EAC

Text Example


Text Example

White with #863EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,62,172); }

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

background-color css

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

 a { background-color: rgb(134,62,172); }

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

border-color css

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

 span { border-color: rgb(134,62,172); }

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