Html Css Color HEX #995BEB Medium Purple

📋 copy color: '#995BEB'

red 153 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #995BEB

Tints of Medium Purple #995BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 31.94%
G = 19%
B = 49.06%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#995BEB (or 0x995BEB) is known color: Medium Purple. HEX triplet: 99, 5B and EB. RGB value is (153,91,235). Sum of RGB (Red+Green+Blue) = 153+91+235=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #995BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BEB is #66A414. Grayscale: #7D7D7D. Windows color (decimal): -6726677 or 15424409. OLE color: 15424409.

HSL color Cylindrical-coordinate representation of color #995BEB: hue angle of 265.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #995BEB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 91 235 -
CMYK 0.35 0.61 0 0.08
HSL 265.83º 0.78% 0.64% -
HSV(B) 265.83º 0.61% 0.92% -
XYZ 31.87 20.25 80.83 -
YUV 125.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 153 91 235 0.35 0.61 0 0.08 265.83 0.78 0.64
Hex 99 5B EB 23 3D 0 8 10A 4E 40
Octal 231 133 353 43 75 0 10 412 116 100
Binary 10011001 1011011 11101011 100011 111101 0 1000 100001010 1001110 1000000

Color Harmonies of #995BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BEB

Black with #995BEB

Text Example


Text Example

White with #995BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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