Html Css Color HEX #995DEE Medium Purple

📋 copy color: '#995DEE'

red 153 ◦ green 93 ◦ blue 238

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

Shades of Medium Purple #995DEE

Tints of Medium Purple #995DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

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

R = 31.61%
G = 19.21%
B = 49.17%

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

#995DEE (or 0x995DEE) is known color: Medium Purple. HEX triplet: 99, 5D and EE. RGB value is (153,93,238). Sum of RGB (Red+Green+Blue) = 153+93+238=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #995DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DEE is #66A211. Grayscale: #7E7E7E. Windows color (decimal): -6726162 or 15621529. OLE color: 15621529.

HSL color Cylindrical-coordinate representation of color #995DEE: hue angle of 264.83º 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 #995DEE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 93 238 -
CMYK 0.36 0.61 0 0.07
HSL 264.83º 0.81% 0.65% -
HSV(B) 264.83º 0.61% 0.93% -
XYZ 32.48 20.77 83.19 -
YUV 127.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 153 93 238 0.36 0.61 0 0.07 264.83 0.81 0.65
Hex 99 5D EE 24 3D 0 7 109 51 41
Octal 231 135 356 44 75 0 7 411 121 101
Binary 10011001 1011101 11101110 100100 111101 0 111 100001001 1010001 1000001

Color Harmonies of #995DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DEE

Black with #995DEE

Text Example


Text Example

White with #995DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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