Html Css Color HEX #803BAE Studio

📋 copy color: '#803BAE'

red 128 ◦ green 59 ◦ blue 174

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

Shades of Studio #803BAE

Tints of Studio #803BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

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

R = 35.46%
G = 16.34%
B = 48.2%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#803BAE (or 0x803BAE) is known color: Studio. HEX triplet: 80, 3B and AE. RGB value is (128,59,174). Sum of RGB (Red+Green+Blue) = 128+59+174=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #803BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BAE is #7FC451. Grayscale: #5C5C5C. Windows color (decimal): -8373330 or 11418496. OLE color: 11418496.

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

Color convert

RGB 128 59 174 -
CMYK 0.26 0.66 0 0.32
HSL 276º 0.49% 0.46% -
HSV(B) 276º 0.66% 0.68% -
XYZ 18.11 10.77 41.17 -
YUV 92.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 128 59 174 0.26 0.66 0 0.32 276 0.49 0.46
Hex 80 3B AE 1A 42 0 20 114 31 2E
Octal 200 73 256 32 102 0 40 424 61 56
Binary 10000000 111011 10101110 11010 1000010 0 100000 100010100 110001 101110

Color Harmonies of #803BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BAE

Black with #803BAE

Text Example


Text Example

White with #803BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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