Html Css Color HEX #803BAD Studio

📋 copy color: '#803BAD'

red 128 ◦ green 59 ◦ blue 173

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

Shades of Studio #803BAD

Tints of Studio #803BAD

RGB

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

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

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

R = 35.56%
G = 16.39%
B = 48.06%

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

#803BAD (or 0x803BAD) is known color: Studio. HEX triplet: 80, 3B and AD. RGB value is (128,59,173). Sum of RGB (Red+Green+Blue) = 128+59+173=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #803BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BAD is #7FC452. Grayscale: #5C5C5C. Windows color (decimal): -8373331 or 11352960. OLE color: 11352960.

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

Color convert

RGB 128 59 173 -
CMYK 0.26 0.66 0 0.32
HSL 276.32º 0.49% 0.45% -
HSV(B) 276.32º 0.66% 0.68% -
XYZ 18.01 10.73 40.66 -
YUV 92.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 128 59 173 0.26 0.66 0 0.32 276.32 0.49 0.45
Hex 80 3B AD 1A 42 0 20 114 31 2D
Octal 200 73 255 32 102 0 40 424 61 55
Binary 10000000 111011 10101101 11010 1000010 0 100000 100010100 110001 101101

Color Harmonies of #803BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BAD

Black with #803BAD

Text Example


Text Example

White with #803BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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