Html Css Color HEX #803DAE Studio

📋 copy color: '#803DAE'

red 128 ◦ green 61 ◦ blue 174

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

Shades of Studio #803DAE

Tints of Studio #803DAE

RGB

 RED value IS 128 (50.39% from 255) = 35.26%

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

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 35.26%
G = 16.8%
B = 47.93%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#803DAE (or 0x803DAE) is known color: Studio. HEX triplet: 80, 3D and AE. RGB value is (128,61,174). Sum of RGB (Red+Green+Blue) = 128+61+174=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #803DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DAE is #7FC251. Grayscale: #5D5D5D. Windows color (decimal): -8372818 or 11419008. OLE color: 11419008.

HSL color Cylindrical-coordinate representation of color #803DAE: hue angle of 275.58º 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 #803DAE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 61 174 -
CMYK 0.26 0.65 0 0.32
HSL 275.58º 0.48% 0.46% -
HSV(B) 275.58º 0.65% 0.68% -
XYZ 18.21 10.98 41.2 -
YUV 93.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 128 61 174 0.26 0.65 0 0.32 275.58 0.48 0.46
Hex 80 3D AE 1A 41 0 20 114 30 2E
Octal 200 75 256 32 101 0 40 424 60 56
Binary 10000000 111101 10101110 11010 1000001 0 100000 100010100 110000 101110

Color Harmonies of #803DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803DAE

Black with #803DAE

Text Example


Text Example

White with #803DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803DAE; }

 p { color: rgb(128,61,174); }

 H1.HeaderClassName
 {
   color: #803DAE;
 }
 .AnyTagClassName
 {
   color: #803DAE;
 }
</style>

background-color css

<style>
 a { background-color: #803DAE; }

 a { background-color: rgb(128,61,174); }

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

border-color css

<style>
 span { border-color: #803DAE; }

 span { border-color: rgb(128,61,174); }

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