Html Css Color HEX #8563BD True V

📋 copy color: '#8563BD'

red 133 ◦ green 99 ◦ blue 189

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

Shades of True V #8563BD

Tints of True V #8563BD

RGB

 RED value IS 133 (52.34% from 255) = 31.59%

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 31.59%
G = 23.52%
B = 44.89%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8563BD (or 0x8563BD) is known color: True V. HEX triplet: 85, 63 and BD. RGB value is (133,99,189). Sum of RGB (Red+Green+Blue) = 133+99+189=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #8563BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563BD is #7A9C42. Grayscale: #777777. Windows color (decimal): -8035395 or 12411781. OLE color: 12411781.

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

Color convert

RGB 133 99 189 -
CMYK 0.30 0.48 0 0.26
HSL 262.67º 0.41% 0.56% -
HSV(B) 262.67º 0.48% 0.74% -
XYZ 23.32 17.58 50.31 -
YUV 119.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 133 99 189 0.30 0.48 0 0.26 262.67 0.41 0.56
Hex 85 63 BD 1E 30 0 1A 107 29 38
Octal 205 143 275 36 60 0 32 407 51 70
Binary 10000101 1100011 10111101 11110 110000 0 11010 100000111 101001 111000

Color Harmonies of #8563BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8563BD

Black with #8563BD

Text Example


Text Example

White with #8563BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8563BD; }

 p { color: rgb(133,99,189); }

 H1.HeaderClassName
 {
   color: #8563BD;
 }
 .AnyTagClassName
 {
   color: #8563BD;
 }
</style>

background-color css

<style>
 a { background-color: #8563BD; }

 a { background-color: rgb(133,99,189); }

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

border-color css

<style>
 span { border-color: #8563BD; }

 span { border-color: rgb(133,99,189); }

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