Html Css Color HEX #995DEC Medium Purple

📋 copy color: '#995DEC'

red 153 ◦ green 93 ◦ blue 236

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

Shades of Medium Purple #995DEC

Tints of Medium Purple #995DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 31.74%
G = 19.29%
B = 48.96%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#995DEC (or 0x995DEC) is known color: Medium Purple. HEX triplet: 99, 5D and EC. RGB value is (153,93,236). Sum of RGB (Red+Green+Blue) = 153+93+236=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #995DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DEC is #66A213. Grayscale: #7E7E7E. Windows color (decimal): -6726164 or 15490457. OLE color: 15490457.

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

Color convert

RGB 153 93 236 -
CMYK 0.35 0.61 0 0.07
HSL 265.17º 0.79% 0.65% -
HSV(B) 265.17º 0.61% 0.93% -
XYZ 32.19 20.66 81.65 -
YUV 127.24 189.38 146.37 -
System Red Green Blue C M Y K H S L
Decimal 153 93 236 0.35 0.61 0 0.07 265.17 0.79 0.65
Hex 99 5D EC 23 3D 0 7 109 4F 41
Octal 231 135 354 43 75 0 7 411 117 101
Binary 10011001 1011101 11101100 100011 111101 0 111 100001001 1001111 1000001

Color Harmonies of #995DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DEC

Black with #995DEC

Text Example


Text Example

White with #995DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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