Html Css Color HEX #995FEB Medium Purple

📋 copy color: '#995FEB'

red 153 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #995FEB

Tints of Medium Purple #995FEB

RGB

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

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

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

R = 31.68%
G = 19.67%
B = 48.65%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#995FEB (or 0x995FEB) is known color: Medium Purple. HEX triplet: 99, 5F and EB. RGB value is (153,95,235). Sum of RGB (Red+Green+Blue) = 153+95+235=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #995FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FEB is #66A014. Grayscale: #7F7F7F. Windows color (decimal): -6725653 or 15425433. OLE color: 15425433.

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

Color convert

RGB 153 95 235 -
CMYK 0.35 0.60 0 0.08
HSL 264.86º 0.78% 0.65% -
HSV(B) 264.86º 0.6% 0.92% -
XYZ 32.22 20.95 80.94 -
YUV 128.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 153 95 235 0.35 0.60 0 0.08 264.86 0.78 0.65
Hex 99 5F EB 23 3C 0 8 109 4E 41
Octal 231 137 353 43 74 0 10 411 116 101
Binary 10011001 1011111 11101011 100011 111100 0 1000 100001001 1001110 1000001

Color Harmonies of #995FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FEB

Black with #995FEB

Text Example


Text Example

White with #995FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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