Html Css Color HEX #805BC9 True V

📋 copy color: '#805BC9'

red 128 ◦ green 91 ◦ blue 201

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

Shades of True V #805BC9

Tints of True V #805BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 201 (78.91% from 255) = 47.86%

R = 30.48%
G = 21.67%
B = 47.86%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#805BC9 (or 0x805BC9) is known color: True V. HEX triplet: 80, 5B and C9. RGB value is (128,91,201). Sum of RGB (Red+Green+Blue) = 128+91+201=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #805BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BC9 is #7FA436. Grayscale: #727272. Windows color (decimal): -8365111 or 13196160. OLE color: 13196160.

HSL color Cylindrical-coordinate representation of color #805BC9: hue angle of 260.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805BC9 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 91 201 -
CMYK 0.36 0.55 0 0.21
HSL 260.18º 0.5% 0.57% -
HSV(B) 260.18º 0.55% 0.79% -
XYZ 23.19 16.29 57.18 -
YUV 114.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 128 91 201 0.36 0.55 0 0.21 260.18 0.5 0.57
Hex 80 5B C9 24 37 0 15 104 32 39
Octal 200 133 311 44 67 0 25 404 62 71
Binary 10000000 1011011 11001001 100100 110111 0 10101 100000100 110010 111001

Color Harmonies of #805BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BC9

Black with #805BC9

Text Example


Text Example

White with #805BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,201); }

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

background-color css

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

 a { background-color: rgb(128,91,201); }

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

border-color css

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

 span { border-color: rgb(128,91,201); }

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