Html Css Color HEX #995FED Medium Purple

📋 copy color: '#995FED'

red 153 ◦ green 95 ◦ blue 237

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

Shades of Medium Purple #995FED

Tints of Medium Purple #995FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 31.55%
G = 19.59%
B = 48.87%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#995FED (or 0x995FED) is known color: Medium Purple. HEX triplet: 99, 5F and ED. RGB value is (153,95,237). Sum of RGB (Red+Green+Blue) = 153+95+237=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #995FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FED is #66A012. Grayscale: #808080. Windows color (decimal): -6725651 or 15556505. OLE color: 15556505.

HSL color Cylindrical-coordinate representation of color #995FED: hue angle of 264.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995FED is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 95 237 -
CMYK 0.35 0.60 0 0.07
HSL 264.51º 0.8% 0.65% -
HSV(B) 264.51º 0.6% 0.93% -
XYZ 32.52 21.07 82.47 -
YUV 128.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 153 95 237 0.35 0.60 0 0.07 264.51 0.8 0.65
Hex 99 5F ED 23 3C 0 7 109 50 41
Octal 231 137 355 43 74 0 7 411 120 101
Binary 10011001 1011111 11101101 100011 111100 0 111 100001001 1010000 1000001

Color Harmonies of #995FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FED

Black with #995FED

Text Example


Text Example

White with #995FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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