Html Css Color HEX #9565DB Medium Purple

📋 copy color: '#9565DB'

red 149 ◦ green 101 ◦ blue 219

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

Shades of Medium Purple #9565DB

Tints of Medium Purple #9565DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

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

R = 31.77%
G = 21.54%
B = 46.7%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9565DB (or 0x9565DB) is known color: Medium Purple. HEX triplet: 95, 65 and DB. RGB value is (149,101,219). Sum of RGB (Red+Green+Blue) = 149+101+219=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #9565DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565DB is #6A9A24. Grayscale: #808080. Windows color (decimal): -6986277 or 14378389. OLE color: 14378389.

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

Color convert

RGB 149 101 219 -
CMYK 0.32 0.54 0 0.14
HSL 264.41º 0.62% 0.63% -
HSV(B) 264.41º 0.54% 0.86% -
XYZ 29.83 20.81 69.46 -
YUV 128.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 149 101 219 0.32 0.54 0 0.14 264.41 0.62 0.63
Hex 95 65 DB 20 36 0 E 108 3E 3F
Octal 225 145 333 40 66 0 16 410 76 77
Binary 10010101 1100101 11011011 100000 110110 0 1110 100001000 111110 111111

Color Harmonies of #9565DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565DB

Black with #9565DB

Text Example


Text Example

White with #9565DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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