Html Css Color HEX #9565DE Medium Purple

📋 copy color: '#9565DE'

red 149 ◦ green 101 ◦ blue 222

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

Shades of Medium Purple #9565DE

Tints of Medium Purple #9565DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 31.57%
G = 21.4%
B = 47.03%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9565DE (or 0x9565DE) is known color: Medium Purple. HEX triplet: 95, 65 and DE. RGB value is (149,101,222). Sum of RGB (Red+Green+Blue) = 149+101+222=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #9565DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565DE is #6A9A21. Grayscale: #808080. Windows color (decimal): -6986274 or 14574997. OLE color: 14574997.

HSL color Cylindrical-coordinate representation of color #9565DE: hue angle of 263.8º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9565DE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 101 222 -
CMYK 0.33 0.55 0 0.13
HSL 263.8º 0.65% 0.63% -
HSV(B) 263.8º 0.55% 0.87% -
XYZ 30.23 20.97 71.56 -
YUV 129.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 149 101 222 0.33 0.55 0 0.13 263.8 0.65 0.63
Hex 95 65 DE 21 37 0 D 108 41 3F
Octal 225 145 336 41 67 0 15 410 101 77
Binary 10010101 1100101 11011110 100001 110111 0 1101 100001000 1000001 111111

Color Harmonies of #9565DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565DE

Black with #9565DE

Text Example


Text Example

White with #9565DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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