Html Css Color HEX #803EAD Studio

📋 copy color: '#803EAD'

red 128 ◦ green 62 ◦ blue 173

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

Shades of Studio #803EAD

Tints of Studio #803EAD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

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

R = 35.26%
G = 17.08%
B = 47.66%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#803EAD (or 0x803EAD) is known color: Studio. HEX triplet: 80, 3E and AD. RGB value is (128,62,173). Sum of RGB (Red+Green+Blue) = 128+62+173=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #803EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803EAD is #7FC152. Grayscale: #5E5E5E. Windows color (decimal): -8372563 or 11353728. OLE color: 11353728.

HSL color Cylindrical-coordinate representation of color #803EAD: hue angle of 275.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803EAD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 62 173 -
CMYK 0.26 0.64 0 0.32
HSL 275.68º 0.47% 0.46% -
HSV(B) 275.68º 0.64% 0.68% -
XYZ 18.17 11.05 40.71 -
YUV 94.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 128 62 173 0.26 0.64 0 0.32 275.68 0.47 0.46
Hex 80 3E AD 1A 40 0 20 114 2F 2E
Octal 200 76 255 32 100 0 40 424 57 56
Binary 10000000 111110 10101101 11010 1000000 0 100000 100010100 101111 101110

Color Harmonies of #803EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803EAD

Black with #803EAD

Text Example


Text Example

White with #803EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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