Html Css Color HEX #995BEE Medium Purple

📋 copy color: '#995BEE'

red 153 ◦ green 91 ◦ blue 238

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

Shades of Medium Purple #995BEE

Tints of Medium Purple #995BEE

RGB

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

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

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

R = 31.74%
G = 18.88%
B = 49.38%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#995BEE (or 0x995BEE) is known color: Medium Purple. HEX triplet: 99, 5B and EE. RGB value is (153,91,238). Sum of RGB (Red+Green+Blue) = 153+91+238=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #995BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BEE is #66A411. Grayscale: #7D7D7D. Windows color (decimal): -6726674 or 15621017. OLE color: 15621017.

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

Color convert

RGB 153 91 238 -
CMYK 0.36 0.62 0 0.07
HSL 265.31º 0.81% 0.65% -
HSV(B) 265.31º 0.62% 0.93% -
XYZ 32.31 20.43 83.13 -
YUV 126.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 153 91 238 0.36 0.62 0 0.07 265.31 0.81 0.65
Hex 99 5B EE 24 3E 0 7 109 51 41
Octal 231 133 356 44 76 0 7 411 121 101
Binary 10011001 1011011 11101110 100100 111110 0 111 100001001 1010001 1000001

Color Harmonies of #995BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BEE

Black with #995BEE

Text Example


Text Example

White with #995BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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