Html Css Color HEX #9650EA Medium Purple

📋 copy color: '#9650EA'

red 150 ◦ green 80 ◦ blue 234

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

Shades of Medium Purple #9650EA

Tints of Medium Purple #9650EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 32.33%
G = 17.24%
B = 50.43%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9650EA (or 0x9650EA) is known color: Medium Purple. HEX triplet: 96, 50 and EA. RGB value is (150,80,234). Sum of RGB (Red+Green+Blue) = 150+80+234=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #9650EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650EA is #69AF15. Grayscale: #757575. Windows color (decimal): -6926102 or 15356054. OLE color: 15356054.

HSL color Cylindrical-coordinate representation of color #9650EA: hue angle of 267.27º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9650EA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 80 234 -
CMYK 0.36 0.66 0 0.08
HSL 267.27º 0.79% 0.62% -
HSV(B) 267.27º 0.66% 0.92% -
XYZ 30.3 18.16 79.75 -
YUV 118.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 150 80 234 0.36 0.66 0 0.08 267.27 0.79 0.62
Hex 96 50 EA 24 42 0 8 10B 4F 3E
Octal 226 120 352 44 102 0 10 413 117 76
Binary 10010110 1010000 11101010 100100 1000010 0 1000 100001011 1001111 111110

Color Harmonies of #9650EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650EA

Black with #9650EA

Text Example


Text Example

White with #9650EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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