Html Css Color HEX #803DAD Studio

📋 copy color: '#803DAD'

red 128 ◦ green 61 ◦ blue 173

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

Shades of Studio #803DAD

Tints of Studio #803DAD

RGB

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

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

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

R = 35.36%
G = 16.85%
B = 47.79%

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

#803DAD (or 0x803DAD) is known color: Studio. HEX triplet: 80, 3D and AD. RGB value is (128,61,173). Sum of RGB (Red+Green+Blue) = 128+61+173=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #803DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DAD is #7FC252. Grayscale: #5D5D5D. Windows color (decimal): -8372819 or 11353472. OLE color: 11353472.

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

Color convert

RGB 128 61 173 -
CMYK 0.26 0.65 0 0.32
HSL 275.89º 0.48% 0.46% -
HSV(B) 275.89º 0.65% 0.68% -
XYZ 18.11 10.94 40.69 -
YUV 93.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 128 61 173 0.26 0.65 0 0.32 275.89 0.48 0.46
Hex 80 3D AD 1A 41 0 20 114 30 2E
Octal 200 75 255 32 101 0 40 424 60 56
Binary 10000000 111101 10101101 11010 1000001 0 100000 100010100 110000 101110

Color Harmonies of #803DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803DAD

Black with #803DAD

Text Example


Text Example

White with #803DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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