Html Css Color HEX #995FEF Medium Purple

📋 copy color: '#995FEF'

red 153 ◦ green 95 ◦ blue 239

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

Shades of Medium Purple #995FEF

Tints of Medium Purple #995FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 31.42%
G = 19.51%
B = 49.08%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#995FEF (or 0x995FEF) is known color: Medium Purple. HEX triplet: 99, 5F and EF. RGB value is (153,95,239). Sum of RGB (Red+Green+Blue) = 153+95+239=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #995FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FEF is #66A010. Grayscale: #808080. Windows color (decimal): -6725649 or 15687577. OLE color: 15687577.

HSL color Cylindrical-coordinate representation of color #995FEF: hue angle of 264.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995FEF is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 95 239 -
CMYK 0.36 0.60 0 0.06
HSL 264.17º 0.82% 0.65% -
HSV(B) 264.17º 0.6% 0.94% -
XYZ 32.81 21.19 84.02 -
YUV 128.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 153 95 239 0.36 0.60 0 0.06 264.17 0.82 0.65
Hex 99 5F EF 24 3C 0 6 108 52 41
Octal 231 137 357 44 74 0 6 410 122 101
Binary 10011001 1011111 11101111 100100 111100 0 110 100001000 1010010 1000001

Color Harmonies of #995FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FEF

Black with #995FEF

Text Example


Text Example

White with #995FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,95,239); }

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

background-color css

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

 a { background-color: rgb(153,95,239); }

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

border-color css

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

 span { border-color: rgb(153,95,239); }

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