Html Css Color HEX #805DBB True V

📋 copy color: '#805DBB'

red 128 ◦ green 93 ◦ blue 187

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

Shades of True V #805DBB

Tints of True V #805DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 31.37%
G = 22.79%
B = 45.83%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#805DBB (or 0x805DBB) is known color: True V. HEX triplet: 80, 5D and BB. RGB value is (128,93,187). Sum of RGB (Red+Green+Blue) = 128+93+187=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #805DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DBB is #7FA244. Grayscale: #717171. Windows color (decimal): -8364613 or 12279168. OLE color: 12279168.

HSL color Cylindrical-coordinate representation of color #805DBB: hue angle of 262.34º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805DBB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 93 187 -
CMYK 0.32 0.50 0 0.27
HSL 262.34º 0.41% 0.55% -
HSV(B) 262.34º 0.5% 0.73% -
XYZ 21.79 16.01 48.95 -
YUV 114.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 128 93 187 0.32 0.50 0 0.27 262.34 0.41 0.55
Hex 80 5D BB 20 32 0 1B 106 29 37
Octal 200 135 273 40 62 0 33 406 51 67
Binary 10000000 1011101 10111011 100000 110010 0 11011 100000110 101001 110111

Color Harmonies of #805DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DBB

Black with #805DBB

Text Example


Text Example

White with #805DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,93,187); }

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

background-color css

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

 a { background-color: rgb(128,93,187); }

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

border-color css

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

 span { border-color: rgb(128,93,187); }

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