Html Css Color HEX #8566BB True V

📋 copy color: '#8566BB'

red 133 ◦ green 102 ◦ blue 187

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

Shades of True V #8566BB

Tints of True V #8566BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 31.52%
G = 24.17%
B = 44.31%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8566BB (or 0x8566BB) is known color: True V. HEX triplet: 85, 66 and BB. RGB value is (133,102,187). Sum of RGB (Red+Green+Blue) = 133+102+187=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8566BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566BB is #7A9944. Grayscale: #787878. Windows color (decimal): -8034629 or 12281477. OLE color: 12281477.

HSL color Cylindrical-coordinate representation of color #8566BB: hue angle of 261.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8566BB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 102 187 -
CMYK 0.29 0.45 0 0.27
HSL 261.88º 0.38% 0.57% -
HSV(B) 261.88º 0.45% 0.73% -
XYZ 23.39 18.08 49.27 -
YUV 120.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 133 102 187 0.29 0.45 0 0.27 261.88 0.38 0.57
Hex 85 66 BB 1D 2D 0 1B 106 26 39
Octal 205 146 273 35 55 0 33 406 46 71
Binary 10000101 1100110 10111011 11101 101101 0 11011 100000110 100110 111001

Color Harmonies of #8566BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8566BB

Black with #8566BB

Text Example


Text Example

White with #8566BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8566BB; }

 p { color: rgb(133,102,187); }

 H1.HeaderClassName
 {
   color: #8566BB;
 }
 .AnyTagClassName
 {
   color: #8566BB;
 }
</style>

background-color css

<style>
 a { background-color: #8566BB; }

 a { background-color: rgb(133,102,187); }

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

border-color css

<style>
 span { border-color: #8566BB; }

 span { border-color: rgb(133,102,187); }

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