Html Css Color HEX #863BAF Studio

📋 copy color: '#863BAF'

red 134 ◦ green 59 ◦ blue 175

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

Shades of Studio #863BAF

Tints of Studio #863BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 36.41%
G = 16.03%
B = 47.55%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#863BAF (or 0x863BAF) is known color: Studio. HEX triplet: 86, 3B and AF. RGB value is (134,59,175). Sum of RGB (Red+Green+Blue) = 134+59+175=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #863BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863BAF is #79C450. Grayscale: #5E5E5E. Windows color (decimal): -7980113 or 11484038. OLE color: 11484038.

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

Color convert

RGB 134 59 175 -
CMYK 0.23 0.66 0 0.31
HSL 278.79º 0.5% 0.46% -
HSV(B) 278.79º 0.66% 0.69% -
XYZ 19.13 11.29 41.73 -
YUV 94.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 134 59 175 0.23 0.66 0 0.31 278.79 0.5 0.46
Hex 86 3B AF 17 42 0 1F 117 32 2E
Octal 206 73 257 27 102 0 37 427 62 56
Binary 10000110 111011 10101111 10111 1000010 0 11111 100010111 110010 101110

Color Harmonies of #863BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BAF

Black with #863BAF

Text Example


Text Example

White with #863BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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