Html Css Color HEX #995BED Medium Purple

📋 copy color: '#995BED'

red 153 ◦ green 91 ◦ blue 237

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

Shades of Medium Purple #995BED

Tints of Medium Purple #995BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.92%

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

R = 31.81%
G = 18.92%
B = 49.27%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#995BED (or 0x995BED) is known color: Medium Purple. HEX triplet: 99, 5B and ED. RGB value is (153,91,237). Sum of RGB (Red+Green+Blue) = 153+91+237=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #995BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BED is #66A412. Grayscale: #7D7D7D. Windows color (decimal): -6726675 or 15555481. OLE color: 15555481.

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

Color convert

RGB 153 91 237 -
CMYK 0.35 0.62 0 0.07
HSL 265.48º 0.8% 0.64% -
HSV(B) 265.48º 0.62% 0.93% -
XYZ 32.16 20.37 82.36 -
YUV 126.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 153 91 237 0.35 0.62 0 0.07 265.48 0.8 0.64
Hex 99 5B ED 23 3E 0 7 109 50 40
Octal 231 133 355 43 76 0 7 411 120 100
Binary 10011001 1011011 11101101 100011 111110 0 111 100001001 1010000 1000000

Color Harmonies of #995BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BED

Black with #995BED

Text Example


Text Example

White with #995BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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