Html Css Color HEX #805ABF True V

📋 copy color: '#805ABF'

red 128 ◦ green 90 ◦ blue 191

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

Shades of True V #805ABF

Tints of True V #805ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 31.3%
G = 22%
B = 46.7%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#805ABF (or 0x805ABF) is known color: True V. HEX triplet: 80, 5A and BF. RGB value is (128,90,191). Sum of RGB (Red+Green+Blue) = 128+90+191=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #805ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ABF is #7FA540. Grayscale: #707070. Windows color (decimal): -8365377 or 12540544. OLE color: 12540544.

HSL color Cylindrical-coordinate representation of color #805ABF: hue angle of 262.57º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805ABF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 90 191 -
CMYK 0.33 0.53 0 0.25
HSL 262.57º 0.44% 0.55% -
HSV(B) 262.57º 0.53% 0.75% -
XYZ 21.96 15.66 51.16 -
YUV 112.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 128 90 191 0.33 0.53 0 0.25 262.57 0.44 0.55
Hex 80 5A BF 21 35 0 19 107 2C 37
Octal 200 132 277 41 65 0 31 407 54 67
Binary 10000000 1011010 10111111 100001 110101 0 11001 100000111 101100 110111

Color Harmonies of #805ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ABF

Black with #805ABF

Text Example


Text Example

White with #805ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805ABF; }

 p { color: rgb(128,90,191); }

 H1.HeaderClassName
 {
   color: #805ABF;
 }
 .AnyTagClassName
 {
   color: #805ABF;
 }
</style>

background-color css

<style>
 a { background-color: #805ABF; }

 a { background-color: rgb(128,90,191); }

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

border-color css

<style>
 span { border-color: #805ABF; }

 span { border-color: rgb(128,90,191); }

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