Html Css Color HEX #995CEB Medium Purple

📋 copy color: '#995CEB'

red 153 ◦ green 92 ◦ blue 235

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

Shades of Medium Purple #995CEB

Tints of Medium Purple #995CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

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

R = 31.88%
G = 19.17%
B = 48.96%

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

#995CEB (or 0x995CEB) is known color: Medium Purple. HEX triplet: 99, 5C and EB. RGB value is (153,92,235). Sum of RGB (Red+Green+Blue) = 153+92+235=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #995CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CEB is #66A314. Grayscale: #7E7E7E. Windows color (decimal): -6726421 or 15424665. OLE color: 15424665.

HSL color Cylindrical-coordinate representation of color #995CEB: hue angle of 265.59º 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 #995CEB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 92 235 -
CMYK 0.35 0.61 0 0.08
HSL 265.59º 0.78% 0.64% -
HSV(B) 265.59º 0.61% 0.92% -
XYZ 31.96 20.42 80.86 -
YUV 126.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 153 92 235 0.35 0.61 0 0.08 265.59 0.78 0.64
Hex 99 5C EB 23 3D 0 8 10A 4E 40
Octal 231 134 353 43 75 0 10 412 116 100
Binary 10011001 1011100 11101011 100011 111101 0 1000 100001010 1001110 1000000

Color Harmonies of #995CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CEB

Black with #995CEB

Text Example


Text Example

White with #995CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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