Html Css Color HEX #9568DC Medium Purple

📋 copy color: '#9568DC'

red 149 ◦ green 104 ◦ blue 220

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

Shades of Medium Purple #9568DC

Tints of Medium Purple #9568DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 31.5%
G = 21.99%
B = 46.51%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9568DC (or 0x9568DC) is known color: Medium Purple. HEX triplet: 95, 68 and DC. RGB value is (149,104,220). Sum of RGB (Red+Green+Blue) = 149+104+220=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9568DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568DC is #6A9723. Grayscale: #828282. Windows color (decimal): -6985508 or 14444693. OLE color: 14444693.

HSL color Cylindrical-coordinate representation of color #9568DC: hue angle of 263.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9568DC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 104 220 -
CMYK 0.32 0.53 0 0.14
HSL 263.28º 0.62% 0.64% -
HSV(B) 263.28º 0.53% 0.86% -
XYZ 30.26 21.46 70.26 -
YUV 130.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 149 104 220 0.32 0.53 0 0.14 263.28 0.62 0.64
Hex 95 68 DC 20 35 0 E 107 3E 40
Octal 225 150 334 40 65 0 16 407 76 100
Binary 10010101 1101000 11011100 100000 110101 0 1110 100000111 111110 1000000

Color Harmonies of #9568DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9568DC

Black with #9568DC

Text Example


Text Example

White with #9568DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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