Html Css Color HEX #9566DF Medium Purple

📋 copy color: '#9566DF'

red 149 ◦ green 102 ◦ blue 223

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

Shades of Medium Purple #9566DF

Tints of Medium Purple #9566DF

RGB

 RED value IS 149 (58.59% from 255) = 31.43%

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 31.43%
G = 21.52%
B = 47.05%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9566DF (or 0x9566DF) is known color: Medium Purple. HEX triplet: 95, 66 and DF. RGB value is (149,102,223). Sum of RGB (Red+Green+Blue) = 149+102+223=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9566DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566DF is #6A9920. Grayscale: #818181. Windows color (decimal): -6986017 or 14640789. OLE color: 14640789.

HSL color Cylindrical-coordinate representation of color #9566DF: hue angle of 263.31º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9566DF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 102 223 -
CMYK 0.33 0.54 0 0.13
HSL 263.31º 0.65% 0.64% -
HSV(B) 263.31º 0.54% 0.87% -
XYZ 30.47 21.22 72.3 -
YUV 129.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 149 102 223 0.33 0.54 0 0.13 263.31 0.65 0.64
Hex 95 66 DF 21 36 0 D 107 41 40
Octal 225 146 337 41 66 0 15 407 101 100
Binary 10010101 1100110 11011111 100001 110110 0 1101 100000111 1000001 1000000

Color Harmonies of #9566DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566DF

Black with #9566DF

Text Example


Text Example

White with #9566DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9566DF; }

 p { color: rgb(149,102,223); }

 H1.HeaderClassName
 {
   color: #9566DF;
 }
 .AnyTagClassName
 {
   color: #9566DF;
 }
</style>

background-color css

<style>
 a { background-color: #9566DF; }

 a { background-color: rgb(149,102,223); }

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

border-color css

<style>
 span { border-color: #9566DF; }

 span { border-color: rgb(149,102,223); }

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