Html Css Color HEX #995EEE Medium Purple

📋 copy color: '#995EEE'

red 153 ◦ green 94 ◦ blue 238

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

Shades of Medium Purple #995EEE

Tints of Medium Purple #995EEE

RGB

 RED value IS 153 (60.16% from 255) = 31.55%

 GREEN value IS 94 (37.11% from 255) = 19.38%

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

R = 31.55%
G = 19.38%
B = 49.07%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#995EEE (or 0x995EEE) is known color: Medium Purple. HEX triplet: 99, 5E and EE. RGB value is (153,94,238). Sum of RGB (Red+Green+Blue) = 153+94+238=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #995EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995EEE is #66A111. Grayscale: #7F7F7F. Windows color (decimal): -6725906 or 15621785. OLE color: 15621785.

HSL color Cylindrical-coordinate representation of color #995EEE: hue angle of 264.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #995EEE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 94 238 -
CMYK 0.36 0.61 0 0.07
HSL 264.58º 0.81% 0.65% -
HSV(B) 264.58º 0.61% 0.93% -
XYZ 32.57 20.95 83.22 -
YUV 128.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 153 94 238 0.36 0.61 0 0.07 264.58 0.81 0.65
Hex 99 5E EE 24 3D 0 7 109 51 41
Octal 231 136 356 44 75 0 7 411 121 101
Binary 10011001 1011110 11101110 100100 111101 0 111 100001001 1010001 1000001

Color Harmonies of #995EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EEE

Black with #995EEE

Text Example


Text Example

White with #995EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995EEE; }

 p { color: rgb(153,94,238); }

 H1.HeaderClassName
 {
   color: #995EEE;
 }
 .AnyTagClassName
 {
   color: #995EEE;
 }
</style>

background-color css

<style>
 a { background-color: #995EEE; }

 a { background-color: rgb(153,94,238); }

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

border-color css

<style>
 span { border-color: #995EEE; }

 span { border-color: rgb(153,94,238); }

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