Html Css Color HEX #8063BA True V

📋 copy color: '#8063BA'

red 128 ◦ green 99 ◦ blue 186

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

Shades of True V #8063BA

Tints of True V #8063BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 30.99%
G = 23.97%
B = 45.04%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8063BA (or 0x8063BA) is known color: True V. HEX triplet: 80, 63 and BA. RGB value is (128,99,186). Sum of RGB (Red+Green+Blue) = 128+99+186=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8063BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063BA is #7F9C45. Grayscale: #757575. Windows color (decimal): -8363078 or 12215168. OLE color: 12215168.

HSL color Cylindrical-coordinate representation of color #8063BA: hue angle of 260º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8063BA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 99 186 -
CMYK 0.31 0.47 0 0.27
HSL 260º 0.39% 0.56% -
HSV(B) 260º 0.47% 0.73% -
XYZ 22.23 17.06 48.58 -
YUV 117.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 128 99 186 0.31 0.47 0 0.27 260 0.39 0.56
Hex 80 63 BA 1F 2F 0 1B 104 27 38
Octal 200 143 272 37 57 0 33 404 47 70
Binary 10000000 1100011 10111010 11111 101111 0 11011 100000100 100111 111000

Color Harmonies of #8063BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063BA

Black with #8063BA

Text Example


Text Example

White with #8063BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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