Html Css Color HEX #805FD1 True V

📋 copy color: '#805FD1'

red 128 ◦ green 95 ◦ blue 209

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

Shades of True V #805FD1

Tints of True V #805FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

 BLUE value IS 209 (82.03% from 255) = 48.38%

R = 29.63%
G = 21.99%
B = 48.38%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#805FD1 (or 0x805FD1) is known color: True V. HEX triplet: 80, 5F and D1. RGB value is (128,95,209). Sum of RGB (Red+Green+Blue) = 128+95+209=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #805FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FD1 is #7FA02E. Grayscale: #757575. Windows color (decimal): -8364079 or 13721472. OLE color: 13721472.

HSL color Cylindrical-coordinate representation of color #805FD1: hue angle of 257.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805FD1 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 95 209 -
CMYK 0.39 0.55 0 0.18
HSL 257.37º 0.55% 0.6% -
HSV(B) 257.37º 0.55% 0.82% -
XYZ 24.5 17.38 62.38 -
YUV 117.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 128 95 209 0.39 0.55 0 0.18 257.37 0.55 0.6
Hex 80 5F D1 27 37 0 12 101 37 3C
Octal 200 137 321 47 67 0 22 401 67 74
Binary 10000000 1011111 11010001 100111 110111 0 10010 100000001 110111 111100

Color Harmonies of #805FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FD1

Black with #805FD1

Text Example


Text Example

White with #805FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,95,209); }

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

background-color css

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

 a { background-color: rgb(128,95,209); }

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

border-color css

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

 span { border-color: rgb(128,95,209); }

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