Html Css Color HEX #9565EE Medium Purple

📋 copy color: '#9565EE'

red 149 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #9565EE

Tints of Medium Purple #9565EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 30.53%
G = 20.7%
B = 48.77%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9565EE (or 0x9565EE) is known color: Medium Purple. HEX triplet: 95, 65 and EE. RGB value is (149,101,238). Sum of RGB (Red+Green+Blue) = 149+101+238=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #9565EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565EE is #6A9A11. Grayscale: #828282. Windows color (decimal): -6986258 or 15623573. OLE color: 15623573.

HSL color Cylindrical-coordinate representation of color #9565EE: hue angle of 261.02º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9565EE is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 101 238 -
CMYK 0.37 0.58 0 0.07
HSL 261.02º 0.8% 0.66% -
HSV(B) 261.02º 0.58% 0.93% -
XYZ 32.48 21.87 83.4 -
YUV 130.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 149 101 238 0.37 0.58 0 0.07 261.02 0.8 0.66
Hex 95 65 EE 25 3A 0 7 105 50 42
Octal 225 145 356 45 72 0 7 405 120 102
Binary 10010101 1100101 11101110 100101 111010 0 111 100000101 1010000 1000010

Color Harmonies of #9565EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565EE

Black with #9565EE

Text Example


Text Example

White with #9565EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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