Html Css Color HEX #8063CB True V

📋 copy color: '#8063CB'

red 128 ◦ green 99 ◦ blue 203

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

Shades of True V #8063CB

Tints of True V #8063CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 29.77%
G = 23.02%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8063CB (or 0x8063CB) is known color: True V. HEX triplet: 80, 63 and CB. RGB value is (128,99,203). Sum of RGB (Red+Green+Blue) = 128+99+203=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #8063CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063CB is #7F9C34. Grayscale: #777777. Windows color (decimal): -8363061 or 13329280. OLE color: 13329280.

HSL color Cylindrical-coordinate representation of color #8063CB: hue angle of 256.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8063CB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 99 203 -
CMYK 0.37 0.51 0 0.20
HSL 256.73º 0.5% 0.59% -
HSV(B) 256.73º 0.51% 0.8% -
XYZ 24.14 17.82 58.67 -
YUV 119.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 128 99 203 0.37 0.51 0 0.20 256.73 0.5 0.59
Hex 80 63 CB 25 33 0 14 101 32 3B
Octal 200 143 313 45 63 0 24 401 62 73
Binary 10000000 1100011 11001011 100101 110011 0 10100 100000001 110010 111011

Color Harmonies of #8063CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063CB

Black with #8063CB

Text Example


Text Example

White with #8063CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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