Html Css Color HEX #803DAB Studio

📋 copy color: '#803DAB'

red 128 ◦ green 61 ◦ blue 171

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

Shades of Studio #803DAB

Tints of Studio #803DAB

RGB

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

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

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

R = 35.56%
G = 16.94%
B = 47.5%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#803DAB (or 0x803DAB) is known color: Studio. HEX triplet: 80, 3D and AB. RGB value is (128,61,171). Sum of RGB (Red+Green+Blue) = 128+61+171=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #803DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DAB is #7FC254. Grayscale: #5D5D5D. Windows color (decimal): -8372821 or 11222400. OLE color: 11222400.

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

Color convert

RGB 128 61 171 -
CMYK 0.25 0.64 0 0.33
HSL 276.55º 0.47% 0.45% -
HSV(B) 276.55º 0.64% 0.67% -
XYZ 17.92 10.87 39.68 -
YUV 93.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 128 61 171 0.25 0.64 0 0.33 276.55 0.47 0.45
Hex 80 3D AB 19 40 0 21 115 2F 2D
Octal 200 75 253 31 100 0 41 425 57 55
Binary 10000000 111101 10101011 11001 1000000 0 100001 100010101 101111 101101

Color Harmonies of #803DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803DAB

Black with #803DAB

Text Example


Text Example

White with #803DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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