Html Css Color HEX #995AEA Medium Purple

📋 copy color: '#995AEA'

red 153 ◦ green 90 ◦ blue 234

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

Shades of Medium Purple #995AEA

Tints of Medium Purple #995AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 32.08%
G = 18.87%
B = 49.06%

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

#995AEA (or 0x995AEA) is known color: Medium Purple. HEX triplet: 99, 5A and EA. RGB value is (153,90,234). Sum of RGB (Red+Green+Blue) = 153+90+234=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #995AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995AEA is #66A515. Grayscale: #7C7C7C. Windows color (decimal): -6726934 or 15358617. OLE color: 15358617.

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

Color convert

RGB 153 90 234 -
CMYK 0.35 0.62 0 0.08
HSL 266.25º 0.77% 0.64% -
HSV(B) 266.25º 0.62% 0.92% -
XYZ 31.64 20.03 80.04 -
YUV 125.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 153 90 234 0.35 0.62 0 0.08 266.25 0.77 0.64
Hex 99 5A EA 23 3E 0 8 10A 4D 40
Octal 231 132 352 43 76 0 10 412 115 100
Binary 10011001 1011010 11101010 100011 111110 0 1000 100001010 1001101 1000000

Color Harmonies of #995AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AEA

Black with #995AEA

Text Example


Text Example

White with #995AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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