Html Css Color HEX #9568DD Medium Purple

📋 copy color: '#9568DD'

red 149 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #9568DD

Tints of Medium Purple #9568DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 31.43%
G = 21.94%
B = 46.62%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9568DD (or 0x9568DD) is known color: Medium Purple. HEX triplet: 95, 68 and DD. RGB value is (149,104,221). Sum of RGB (Red+Green+Blue) = 149+104+221=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #9568DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568DD is #6A9722. Grayscale: #828282. Windows color (decimal): -6985507 or 14510229. OLE color: 14510229.

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

Color convert

RGB 149 104 221 -
CMYK 0.33 0.53 0 0.13
HSL 263.08º 0.63% 0.64% -
HSV(B) 263.08º 0.53% 0.87% -
XYZ 30.4 21.51 70.96 -
YUV 130.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 149 104 221 0.33 0.53 0 0.13 263.08 0.63 0.64
Hex 95 68 DD 21 35 0 D 107 3F 40
Octal 225 150 335 41 65 0 15 407 77 100
Binary 10010101 1101000 11011101 100001 110101 0 1101 100000111 111111 1000000

Color Harmonies of #9568DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9568DD

Black with #9568DD

Text Example


Text Example

White with #9568DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9568DD; }

 p { color: rgb(149,104,221); }

 H1.HeaderClassName
 {
   color: #9568DD;
 }
 .AnyTagClassName
 {
   color: #9568DD;
 }
</style>

background-color css

<style>
 a { background-color: #9568DD; }

 a { background-color: rgb(149,104,221); }

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

border-color css

<style>
 span { border-color: #9568DD; }

 span { border-color: rgb(149,104,221); }

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