Html Css Color HEX #995AEB Medium Purple

📋 copy color: '#995AEB'

red 153 ◦ green 90 ◦ blue 235

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

Shades of Medium Purple #995AEB

Tints of Medium Purple #995AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

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

R = 32.01%
G = 18.83%
B = 49.16%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#995AEB (or 0x995AEB) is known color: Medium Purple. HEX triplet: 99, 5A and EB. RGB value is (153,90,235). Sum of RGB (Red+Green+Blue) = 153+90+235=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #995AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995AEB is #66A514. Grayscale: #7C7C7C. Windows color (decimal): -6726933 or 15424153. OLE color: 15424153.

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

Color convert

RGB 153 90 235 -
CMYK 0.35 0.62 0 0.08
HSL 266.07º 0.78% 0.64% -
HSV(B) 266.07º 0.62% 0.92% -
XYZ 31.79 20.08 80.8 -
YUV 125.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 153 90 235 0.35 0.62 0 0.08 266.07 0.78 0.64
Hex 99 5A EB 23 3E 0 8 10A 4E 40
Octal 231 132 353 43 76 0 10 412 116 100
Binary 10011001 1011010 11101011 100011 111110 0 1000 100001010 1001110 1000000

Color Harmonies of #995AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AEB

Black with #995AEB

Text Example


Text Example

White with #995AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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