Html Css Color HEX #9E66F5 Medium Purple

📋 copy color: '#9E66F5'

red 158 ◦ green 102 ◦ blue 245

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

Shades of Medium Purple #9E66F5

Tints of Medium Purple #9E66F5

RGB

 RED value IS 158 (62.11% from 255) = 31.29%

 GREEN value IS 102 (40.23% from 255) = 20.2%

 BLUE value IS 245 (96.09% from 255) = 48.51%

R = 31.29%
G = 20.2%
B = 48.51%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9E66F5 (or 0x9E66F5) is known color: Medium Purple. HEX triplet: 9E, 66 and F5. RGB value is (158,102,245). Sum of RGB (Red+Green+Blue) = 158+102+245=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #9E66F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E66F5 is #61990A. Grayscale: #868686. Windows color (decimal): -6396171 or 16082590. OLE color: 16082590.

HSL color Cylindrical-coordinate representation of color #9E66F5: hue angle of 263.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E66F5 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 102 245 -
CMYK 0.36 0.58 0 0.04
HSL 263.5º 0.88% 0.68% -
HSV(B) 263.5º 0.58% 0.96% -
XYZ 35.33 23.36 89.03 -
YUV 135.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 158 102 245 0.36 0.58 0 0.04 263.5 0.88 0.68
Hex 9E 66 F5 24 3A 0 4 107 58 44
Octal 236 146 365 44 72 0 4 407 130 104
Binary 10011110 1100110 11110101 100100 111010 0 100 100000111 1011000 1000100

Color Harmonies of #9E66F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E66F5

Black with #9E66F5

Text Example


Text Example

White with #9E66F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E66F5; }

 p { color: rgb(158,102,245); }

 H1.HeaderClassName
 {
   color: #9E66F5;
 }
 .AnyTagClassName
 {
   color: #9E66F5;
 }
</style>

background-color css

<style>
 a { background-color: #9E66F5; }

 a { background-color: rgb(158,102,245); }

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

border-color css

<style>
 span { border-color: #9E66F5; }

 span { border-color: rgb(158,102,245); }

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