Html Css Color HEX #805ECF True V

📋 copy color: '#805ECF'

red 128 ◦ green 94 ◦ blue 207

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

Shades of True V #805ECF

Tints of True V #805ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 29.84%
G = 21.91%
B = 48.25%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#805ECF (or 0x805ECF) is known color: True V. HEX triplet: 80, 5E and CF. RGB value is (128,94,207). Sum of RGB (Red+Green+Blue) = 128+94+207=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #805ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ECF is #7FA130. Grayscale: #747474. Windows color (decimal): -8364337 or 13590144. OLE color: 13590144.

HSL color Cylindrical-coordinate representation of color #805ECF: hue angle of 258.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805ECF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 94 207 -
CMYK 0.38 0.55 0 0.19
HSL 258.05º 0.54% 0.59% -
HSV(B) 258.05º 0.55% 0.81% -
XYZ 24.17 17.1 61.06 -
YUV 117.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 128 94 207 0.38 0.55 0 0.19 258.05 0.54 0.59
Hex 80 5E CF 26 37 0 13 102 36 3B
Octal 200 136 317 46 67 0 23 402 66 73
Binary 10000000 1011110 11001111 100110 110111 0 10011 100000010 110110 111011

Color Harmonies of #805ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ECF

Black with #805ECF

Text Example


Text Example

White with #805ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,94,207); }

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

background-color css

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

 a { background-color: rgb(128,94,207); }

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

border-color css

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

 span { border-color: rgb(128,94,207); }

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