Html Css Color HEX #9567DB Medium Purple

📋 copy color: '#9567DB'

red 149 ◦ green 103 ◦ blue 219

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

Shades of Medium Purple #9567DB

Tints of Medium Purple #9567DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.87%

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

R = 31.63%
G = 21.87%
B = 46.5%

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

#9567DB (or 0x9567DB) is known color: Medium Purple. HEX triplet: 95, 67 and DB. RGB value is (149,103,219). Sum of RGB (Red+Green+Blue) = 149+103+219=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9567DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567DB is #6A9824. Grayscale: #818181. Windows color (decimal): -6985765 or 14378901. OLE color: 14378901.

HSL color Cylindrical-coordinate representation of color #9567DB: hue angle of 263.79º degrees, saturation: 0.62, 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 #9567DB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 103 219 -
CMYK 0.32 0.53 0 0.14
HSL 263.79º 0.62% 0.63% -
HSV(B) 263.79º 0.53% 0.86% -
XYZ 30.03 21.2 69.53 -
YUV 129.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 149 103 219 0.32 0.53 0 0.14 263.79 0.62 0.63
Hex 95 67 DB 20 35 0 E 108 3E 3F
Octal 225 147 333 40 65 0 16 410 76 77
Binary 10010101 1100111 11011011 100000 110101 0 1110 100001000 111110 111111

Color Harmonies of #9567DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9567DB

Black with #9567DB

Text Example


Text Example

White with #9567DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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