Html Css Color HEX #805BBD True V

📋 copy color: '#805BBD'

red 128 ◦ green 91 ◦ blue 189

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

Shades of True V #805BBD

Tints of True V #805BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 31.37%
G = 22.3%
B = 46.32%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#805BBD (or 0x805BBD) is known color: True V. HEX triplet: 80, 5B and BD. RGB value is (128,91,189). Sum of RGB (Red+Green+Blue) = 128+91+189=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #805BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BBD is #7FA442. Grayscale: #707070. Windows color (decimal): -8365123 or 12409728. OLE color: 12409728.

HSL color Cylindrical-coordinate representation of color #805BBD: hue angle of 262.65º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #805BBD is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 91 189 -
CMYK 0.32 0.52 0 0.26
HSL 262.65º 0.43% 0.55% -
HSV(B) 262.65º 0.52% 0.74% -
XYZ 21.83 15.75 50.03 -
YUV 113.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 128 91 189 0.32 0.52 0 0.26 262.65 0.43 0.55
Hex 80 5B BD 20 34 0 1A 107 2B 37
Octal 200 133 275 40 64 0 32 407 53 67
Binary 10000000 1011011 10111101 100000 110100 0 11010 100000111 101011 110111

Color Harmonies of #805BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BBD

Black with #805BBD

Text Example


Text Example

White with #805BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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