Html Css Color HEX #863DAD Studio

📋 copy color: '#863DAD'

red 134 ◦ green 61 ◦ blue 173

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

Shades of Studio #863DAD

Tints of Studio #863DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 36.41%
G = 16.58%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#863DAD (or 0x863DAD) is known color: Studio. HEX triplet: 86, 3D and AD. RGB value is (134,61,173). Sum of RGB (Red+Green+Blue) = 134+61+173=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #863DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DAD is #79C252. Grayscale: #5F5F5F. Windows color (decimal): -7979603 or 11353478. OLE color: 11353478.

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

Color convert

RGB 134 61 173 -
CMYK 0.23 0.65 0 0.32
HSL 279.11º 0.48% 0.46% -
HSV(B) 279.11º 0.65% 0.68% -
XYZ 19.04 11.42 40.74 -
YUV 95.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 134 61 173 0.23 0.65 0 0.32 279.11 0.48 0.46
Hex 86 3D AD 17 41 0 20 117 30 2E
Octal 206 75 255 27 101 0 40 427 60 56
Binary 10000110 111101 10101101 10111 1000001 0 100000 100010111 110000 101110

Color Harmonies of #863DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DAD

Black with #863DAD

Text Example


Text Example

White with #863DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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