Html Css Color HEX #8568BB True V

📋 copy color: '#8568BB'

red 133 ◦ green 104 ◦ blue 187

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

Shades of True V #8568BB

Tints of True V #8568BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 31.37%
G = 24.53%
B = 44.1%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8568BB (or 0x8568BB) is known color: True V. HEX triplet: 85, 68 and BB. RGB value is (133,104,187). Sum of RGB (Red+Green+Blue) = 133+104+187=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #8568BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8568BB is #7A9744. Grayscale: #797979. Windows color (decimal): -8034117 or 12281989. OLE color: 12281989.

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

Color convert

RGB 133 104 187 -
CMYK 0.29 0.44 0 0.27
HSL 260.96º 0.38% 0.57% -
HSV(B) 260.96º 0.44% 0.73% -
XYZ 23.59 18.48 49.34 -
YUV 122.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 133 104 187 0.29 0.44 0 0.27 260.96 0.38 0.57
Hex 85 68 BB 1D 2C 0 1B 105 26 39
Octal 205 150 273 35 54 0 33 405 46 71
Binary 10000101 1101000 10111011 11101 101100 0 11011 100000101 100110 111001

Color Harmonies of #8568BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8568BB

Black with #8568BB

Text Example


Text Example

White with #8568BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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