Html Css Color HEX #8563CC True V

📋 copy color: '#8563CC'

red 133 ◦ green 99 ◦ blue 204

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

Shades of True V #8563CC

Tints of True V #8563CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 30.5%
G = 22.71%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8563CC (or 0x8563CC) is known color: True V. HEX triplet: 85, 63 and CC. RGB value is (133,99,204). Sum of RGB (Red+Green+Blue) = 133+99+204=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #8563CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563CC is #7A9C33. Grayscale: #787878. Windows color (decimal): -8035380 or 13394821. OLE color: 13394821.

HSL color Cylindrical-coordinate representation of color #8563CC: hue angle of 259.43º degrees, saturation: 0.51, 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 #8563CC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 99 204 -
CMYK 0.35 0.51 0 0.2
HSL 259.43º 0.51% 0.59% -
HSV(B) 259.43º 0.51% 0.8% -
XYZ 25.03 18.27 59.33 -
YUV 121.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 133 99 204 0.35 0.51 0 0.2 259.43 0.51 0.59
Hex 85 63 CC 23 33 0 14 103 33 3B
Octal 205 143 314 43 63 0 24 403 63 73
Binary 10000101 1100011 11001100 100011 110011 0 10100 100000011 110011 111011

Color Harmonies of #8563CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8563CC

Black with #8563CC

Text Example


Text Example

White with #8563CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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