Html Css Color HEX #863EAB Studio

📋 copy color: '#863EAB'

red 134 ◦ green 62 ◦ blue 171

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

Shades of Studio #863EAB

Tints of Studio #863EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 36.51%
G = 16.89%
B = 46.59%

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

#863EAB (or 0x863EAB) is known color: Studio. HEX triplet: 86, 3E and AB. RGB value is (134,62,171). Sum of RGB (Red+Green+Blue) = 134+62+171=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #863EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863EAB is #79C154. Grayscale: #5F5F5F. Windows color (decimal): -7979349 or 11222662. OLE color: 11222662.

HSL color Cylindrical-coordinate representation of color #863EAB: hue angle of 279.63º 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 #863EAB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 62 171 -
CMYK 0.22 0.64 0 0.33
HSL 279.63º 0.47% 0.46% -
HSV(B) 279.63º 0.64% 0.67% -
XYZ 18.9 11.45 39.74 -
YUV 95.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 134 62 171 0.22 0.64 0 0.33 279.63 0.47 0.46
Hex 86 3E AB 16 40 0 21 118 2F 2E
Octal 206 76 253 26 100 0 41 430 57 56
Binary 10000110 111110 10101011 10110 1000000 0 100001 100011000 101111 101110

Color Harmonies of #863EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863EAB

Black with #863EAB

Text Example


Text Example

White with #863EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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