Html Css Color HEX #863BAD Studio

📋 copy color: '#863BAD'

red 134 ◦ green 59 ◦ blue 173

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

Shades of Studio #863BAD

Tints of Studio #863BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 36.61%
G = 16.12%
B = 47.27%

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

#863BAD (or 0x863BAD) is known color: Studio. HEX triplet: 86, 3B and AD. RGB value is (134,59,173). Sum of RGB (Red+Green+Blue) = 134+59+173=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #863BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863BAD is #79C452. Grayscale: #5E5E5E. Windows color (decimal): -7980115 or 11352966. OLE color: 11352966.

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

Color convert

RGB 134 59 173 -
CMYK 0.23 0.66 0 0.32
HSL 279.47º 0.49% 0.45% -
HSV(B) 279.47º 0.66% 0.68% -
XYZ 18.94 11.21 40.7 -
YUV 94.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 134 59 173 0.23 0.66 0 0.32 279.47 0.49 0.45
Hex 86 3B AD 17 42 0 20 117 31 2D
Octal 206 73 255 27 102 0 40 427 61 55
Binary 10000110 111011 10101101 10111 1000010 0 100000 100010111 110001 101101

Color Harmonies of #863BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BAD

Black with #863BAD

Text Example


Text Example

White with #863BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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