Html Css Color HEX #9565DC Medium Purple

📋 copy color: '#9565DC'

red 149 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #9565DC

Tints of Medium Purple #9565DC

RGB

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

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

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

R = 31.7%
G = 21.49%
B = 46.81%

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

#9565DC (or 0x9565DC) is known color: Medium Purple. HEX triplet: 95, 65 and DC. RGB value is (149,101,220). Sum of RGB (Red+Green+Blue) = 149+101+220=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #9565DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565DC is #6A9A23. Grayscale: #808080. Windows color (decimal): -6986276 or 14443925. OLE color: 14443925.

HSL color Cylindrical-coordinate representation of color #9565DC: hue angle of 264.2º degrees, saturation: 0.63, 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 #9565DC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 101 220 -
CMYK 0.32 0.54 0 0.14
HSL 264.2º 0.63% 0.63% -
HSV(B) 264.2º 0.54% 0.86% -
XYZ 29.97 20.86 70.16 -
YUV 128.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 149 101 220 0.32 0.54 0 0.14 264.2 0.63 0.63
Hex 95 65 DC 20 36 0 E 108 3F 3F
Octal 225 145 334 40 66 0 16 410 77 77
Binary 10010101 1100101 11011100 100000 110110 0 1110 100001000 111111 111111

Color Harmonies of #9565DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565DC

Black with #9565DC

Text Example


Text Example

White with #9565DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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