Html Css Color HEX #803BAB Studio

📋 copy color: '#803BAB'

red 128 ◦ green 59 ◦ blue 171

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

Shades of Studio #803BAB

Tints of Studio #803BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 35.75%
G = 16.48%
B = 47.77%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#803BAB (or 0x803BAB) is known color: Studio. HEX triplet: 80, 3B and AB. RGB value is (128,59,171). Sum of RGB (Red+Green+Blue) = 128+59+171=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #803BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BAB is #7FC454. Grayscale: #5C5C5C. Windows color (decimal): -8373333 or 11221888. OLE color: 11221888.

HSL color Cylindrical-coordinate representation of color #803BAB: hue angle of 276.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803BAB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 59 171 -
CMYK 0.25 0.65 0 0.33
HSL 276.96º 0.49% 0.45% -
HSV(B) 276.96º 0.65% 0.67% -
XYZ 17.82 10.66 39.65 -
YUV 92.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 128 59 171 0.25 0.65 0 0.33 276.96 0.49 0.45
Hex 80 3B AB 19 41 0 21 115 31 2D
Octal 200 73 253 31 101 0 41 425 61 55
Binary 10000000 111011 10101011 11001 1000001 0 100001 100010101 110001 101101

Color Harmonies of #803BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BAB

Black with #803BAB

Text Example


Text Example

White with #803BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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