Html Css Color HEX #8463BC True V

📋 copy color: '#8463BC'

red 132 ◦ green 99 ◦ blue 188

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

Shades of True V #8463BC

Tints of True V #8463BC

RGB

 RED value IS 132 (51.95% from 255) = 31.5%

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 31.5%
G = 23.63%
B = 44.87%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8463BC (or 0x8463BC) is known color: True V. HEX triplet: 84, 63 and BC. RGB value is (132,99,188). Sum of RGB (Red+Green+Blue) = 132+99+188=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #8463BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463BC is #7B9C43. Grayscale: #767676. Windows color (decimal): -8100932 or 12346244. OLE color: 12346244.

HSL color Cylindrical-coordinate representation of color #8463BC: hue angle of 262.25º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8463BC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 99 188 -
CMYK 0.30 0.47 0 0.26
HSL 262.25º 0.4% 0.56% -
HSV(B) 262.25º 0.47% 0.74% -
XYZ 23.05 17.46 49.73 -
YUV 119.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 132 99 188 0.30 0.47 0 0.26 262.25 0.4 0.56
Hex 84 63 BC 1E 2F 0 1A 106 28 38
Octal 204 143 274 36 57 0 32 406 50 70
Binary 10000100 1100011 10111100 11110 101111 0 11010 100000110 101000 111000

Color Harmonies of #8463BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8463BC

Black with #8463BC

Text Example


Text Example

White with #8463BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8463BC; }

 p { color: rgb(132,99,188); }

 H1.HeaderClassName
 {
   color: #8463BC;
 }
 .AnyTagClassName
 {
   color: #8463BC;
 }
</style>

background-color css

<style>
 a { background-color: #8463BC; }

 a { background-color: rgb(132,99,188); }

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

border-color css

<style>
 span { border-color: #8463BC; }

 span { border-color: rgb(132,99,188); }

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