Html Css Color HEX #8063BE True V

📋 copy color: '#8063BE'

red 128 ◦ green 99 ◦ blue 190

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

Shades of True V #8063BE

Tints of True V #8063BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 30.7%
G = 23.74%
B = 45.56%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8063BE (or 0x8063BE) is known color: True V. HEX triplet: 80, 63 and BE. RGB value is (128,99,190). Sum of RGB (Red+Green+Blue) = 128+99+190=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #8063BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063BE is #7F9C41. Grayscale: #757575. Windows color (decimal): -8363074 or 12477312. OLE color: 12477312.

HSL color Cylindrical-coordinate representation of color #8063BE: hue angle of 259.12º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8063BE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 99 190 -
CMYK 0.33 0.48 0 0.25
HSL 259.12º 0.41% 0.57% -
HSV(B) 259.12º 0.48% 0.75% -
XYZ 22.66 17.23 50.85 -
YUV 118.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 128 99 190 0.33 0.48 0 0.25 259.12 0.41 0.57
Hex 80 63 BE 21 30 0 19 103 29 39
Octal 200 143 276 41 60 0 31 403 51 71
Binary 10000000 1100011 10111110 100001 110000 0 11001 100000011 101001 111001

Color Harmonies of #8063BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063BE

Black with #8063BE

Text Example


Text Example

White with #8063BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8063BE; }

 p { color: rgb(128,99,190); }

 H1.HeaderClassName
 {
   color: #8063BE;
 }
 .AnyTagClassName
 {
   color: #8063BE;
 }
</style>

background-color css

<style>
 a { background-color: #8063BE; }

 a { background-color: rgb(128,99,190); }

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

border-color css

<style>
 span { border-color: #8063BE; }

 span { border-color: rgb(128,99,190); }

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