Html Css Color HEX #8561C6 True V

📋 copy color: '#8561C6'

red 133 ◦ green 97 ◦ blue 198

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

Shades of True V #8561C6

Tints of True V #8561C6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

 BLUE value IS 198 (77.73% from 255) = 46.26%

R = 31.07%
G = 22.66%
B = 46.26%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8561C6 (or 0x8561C6) is known color: True V. HEX triplet: 85, 61 and C6. RGB value is (133,97,198). Sum of RGB (Red+Green+Blue) = 133+97+198=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #8561C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561C6 is #7A9E39. Grayscale: #767676. Windows color (decimal): -8035898 or 13001093. OLE color: 13001093.

HSL color Cylindrical-coordinate representation of color #8561C6: hue angle of 261.39º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8561C6 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 97 198 -
CMYK 0.33 0.51 0 0.22
HSL 261.39º 0.47% 0.58% -
HSV(B) 261.39º 0.51% 0.78% -
XYZ 24.14 17.61 55.55 -
YUV 119.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 133 97 198 0.33 0.51 0 0.22 261.39 0.47 0.58
Hex 85 61 C6 21 33 0 16 105 2F 3A
Octal 205 141 306 41 63 0 26 405 57 72
Binary 10000101 1100001 11000110 100001 110011 0 10110 100000101 101111 111010

Color Harmonies of #8561C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8561C6

Black with #8561C6

Text Example


Text Example

White with #8561C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8561C6; }

 p { color: rgb(133,97,198); }

 H1.HeaderClassName
 {
   color: #8561C6;
 }
 .AnyTagClassName
 {
   color: #8561C6;
 }
</style>

background-color css

<style>
 a { background-color: #8561C6; }

 a { background-color: rgb(133,97,198); }

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

border-color css

<style>
 span { border-color: #8561C6; }

 span { border-color: rgb(133,97,198); }

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