Html Css Color HEX #9568DB Medium Purple

📋 copy color: '#9568DB'

red 149 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #9568DB

Tints of Medium Purple #9568DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 31.57%
G = 22.03%
B = 46.4%

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

#9568DB (or 0x9568DB) is known color: Medium Purple. HEX triplet: 95, 68 and DB. RGB value is (149,104,219). Sum of RGB (Red+Green+Blue) = 149+104+219=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9568DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568DB is #6A9724. Grayscale: #828282. Windows color (decimal): -6985509 or 14379157. OLE color: 14379157.

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

Color convert

RGB 149 104 219 -
CMYK 0.32 0.53 0 0.14
HSL 263.48º 0.61% 0.63% -
HSV(B) 263.48º 0.53% 0.86% -
XYZ 30.13 21.4 69.56 -
YUV 130.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 149 104 219 0.32 0.53 0 0.14 263.48 0.61 0.63
Hex 95 68 DB 20 35 0 E 107 3D 3F
Octal 225 150 333 40 65 0 16 407 75 77
Binary 10010101 1101000 11011011 100000 110101 0 1110 100000111 111101 111111

Color Harmonies of #9568DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9568DB

Black with #9568DB

Text Example


Text Example

White with #9568DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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