Html Css Color HEX #9661EA Medium Purple

📋 copy color: '#9661EA'

red 150 ◦ green 97 ◦ blue 234

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

Shades of Medium Purple #9661EA

Tints of Medium Purple #9661EA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 31.19%
G = 20.17%
B = 48.65%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9661EA (or 0x9661EA) is known color: Medium Purple. HEX triplet: 96, 61 and EA. RGB value is (150,97,234). Sum of RGB (Red+Green+Blue) = 150+97+234=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #9661EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9661EA is #699E15. Grayscale: #7F7F7F. Windows color (decimal): -6921750 or 15360406. OLE color: 15360406.

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

Color convert

RGB 150 97 234 -
CMYK 0.36 0.59 0 0.08
HSL 263.21º 0.77% 0.65% -
HSV(B) 263.21º 0.59% 0.92% -
XYZ 31.7 20.97 80.22 -
YUV 128.47 187.56 143.36 -
System Red Green Blue C M Y K H S L
Decimal 150 97 234 0.36 0.59 0 0.08 263.21 0.77 0.65
Hex 96 61 EA 24 3B 0 8 107 4D 41
Octal 226 141 352 44 73 0 10 407 115 101
Binary 10010110 1100001 11101010 100100 111011 0 1000 100000111 1001101 1000001

Color Harmonies of #9661EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661EA

Black with #9661EA

Text Example


Text Example

White with #9661EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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