Html Css Color HEX #804ABE Studio

📋 copy color: '#804ABE'

red 128 ◦ green 74 ◦ blue 190

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

Shades of Studio #804ABE

Tints of Studio #804ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 32.65%
G = 18.88%
B = 48.47%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#804ABE (or 0x804ABE) is known color: Studio. HEX triplet: 80, 4A and BE. RGB value is (128,74,190). Sum of RGB (Red+Green+Blue) = 128+74+190=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #804ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ABE is #7FB541. Grayscale: #666666. Windows color (decimal): -8369474 or 12470912. OLE color: 12470912.

HSL color Cylindrical-coordinate representation of color #804ABE: hue angle of 267.93º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804ABE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 74 190 -
CMYK 0.33 0.61 0 0.25
HSL 267.93º 0.47% 0.52% -
HSV(B) 267.93º 0.61% 0.75% -
XYZ 20.65 13.2 50.18 -
YUV 103.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 128 74 190 0.33 0.61 0 0.25 267.93 0.47 0.52
Hex 80 4A BE 21 3D 0 19 10C 2F 34
Octal 200 112 276 41 75 0 31 414 57 64
Binary 10000000 1001010 10111110 100001 111101 0 11001 100001100 101111 110100

Color Harmonies of #804ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ABE

Black with #804ABE

Text Example


Text Example

White with #804ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804ABE; }

 p { color: rgb(128,74,190); }

 H1.HeaderClassName
 {
   color: #804ABE;
 }
 .AnyTagClassName
 {
   color: #804ABE;
 }
</style>

background-color css

<style>
 a { background-color: #804ABE; }

 a { background-color: rgb(128,74,190); }

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

border-color css

<style>
 span { border-color: #804ABE; }

 span { border-color: rgb(128,74,190); }

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