Html Css Color HEX #9650ED Medium Purple

📋 copy color: '#9650ED'

red 150 ◦ green 80 ◦ blue 237

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

Shades of Medium Purple #9650ED

Tints of Medium Purple #9650ED

RGB

 RED value IS 150 (58.98% from 255) = 32.12%

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 32.12%
G = 17.13%
B = 50.75%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9650ED (or 0x9650ED) is known color: Medium Purple. HEX triplet: 96, 50 and ED. RGB value is (150,80,237). Sum of RGB (Red+Green+Blue) = 150+80+237=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #9650ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650ED is #69AF12. Grayscale: #767676. Windows color (decimal): -6926099 or 15552662. OLE color: 15552662.

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

Color convert

RGB 150 80 237 -
CMYK 0.37 0.66 0 0.07
HSL 266.75º 0.81% 0.62% -
HSV(B) 266.75º 0.66% 0.93% -
XYZ 30.73 18.34 82.04 -
YUV 118.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 150 80 237 0.37 0.66 0 0.07 266.75 0.81 0.62
Hex 96 50 ED 25 42 0 7 10B 51 3E
Octal 226 120 355 45 102 0 7 413 121 76
Binary 10010110 1010000 11101101 100101 1000010 0 111 100001011 1010001 111110

Color Harmonies of #9650ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650ED

Black with #9650ED

Text Example


Text Example

White with #9650ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9650ED; }

 p { color: rgb(150,80,237); }

 H1.HeaderClassName
 {
   color: #9650ED;
 }
 .AnyTagClassName
 {
   color: #9650ED;
 }
</style>

background-color css

<style>
 a { background-color: #9650ED; }

 a { background-color: rgb(150,80,237); }

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

border-color css

<style>
 span { border-color: #9650ED; }

 span { border-color: rgb(150,80,237); }

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