Html Css Color HEX #863FAA Studio

📋 copy color: '#863FAA'

red 134 ◦ green 63 ◦ blue 170

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

Shades of Studio #863FAA

Tints of Studio #863FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 36.51%
G = 17.17%
B = 46.32%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#863FAA (or 0x863FAA) is known color: Studio. HEX triplet: 86, 3F and AA. RGB value is (134,63,170). Sum of RGB (Red+Green+Blue) = 134+63+170=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #863FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863FAA is #79C055. Grayscale: #606060. Windows color (decimal): -7979094 or 11157382. OLE color: 11157382.

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

Color convert

RGB 134 63 170 -
CMYK 0.21 0.63 0 0.33
HSL 279.81º 0.46% 0.46% -
HSV(B) 279.81º 0.63% 0.67% -
XYZ 18.86 11.53 39.26 -
YUV 96.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 134 63 170 0.21 0.63 0 0.33 279.81 0.46 0.46
Hex 86 3F AA 15 3F 0 21 118 2E 2E
Octal 206 77 252 25 77 0 41 430 56 56
Binary 10000110 111111 10101010 10101 111111 0 100001 100011000 101110 101110

Color Harmonies of #863FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FAA

Black with #863FAA

Text Example


Text Example

White with #863FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,170); }

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

background-color css

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

 a { background-color: rgb(134,63,170); }

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

border-color css

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

 span { border-color: rgb(134,63,170); }

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