Html Css Color HEX #863DAB Studio

📋 copy color: '#863DAB'

red 134 ◦ green 61 ◦ blue 171

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

Shades of Studio #863DAB

Tints of Studio #863DAB

RGB

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

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

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

R = 36.61%
G = 16.67%
B = 46.72%

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

#863DAB (or 0x863DAB) is known color: Studio. HEX triplet: 86, 3D and AB. RGB value is (134,61,171). Sum of RGB (Red+Green+Blue) = 134+61+171=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #863DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DAB is #79C254. Grayscale: #5F5F5F. Windows color (decimal): -7979605 or 11222406. OLE color: 11222406.

HSL color Cylindrical-coordinate representation of color #863DAB: hue angle of 279.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863DAB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 61 171 -
CMYK 0.22 0.64 0 0.33
HSL 279.82º 0.47% 0.45% -
HSV(B) 279.82º 0.64% 0.67% -
XYZ 18.85 11.35 39.72 -
YUV 95.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 134 61 171 0.22 0.64 0 0.33 279.82 0.47 0.45
Hex 86 3D AB 16 40 0 21 118 2F 2D
Octal 206 75 253 26 100 0 41 430 57 55
Binary 10000110 111101 10101011 10110 1000000 0 100001 100011000 101111 101101

Color Harmonies of #863DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DAB

Black with #863DAB

Text Example


Text Example

White with #863DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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