Html Css Color HEX #995EF6 Medium Purple

📋 copy color: '#995EF6'

red 153 ◦ green 94 ◦ blue 246

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

Shades of Medium Purple #995EF6

Tints of Medium Purple #995EF6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 246 (96.48% from 255) = 49.9%

R = 31.03%
G = 19.07%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#995EF6 (or 0x995EF6) is known color: Medium Purple. HEX triplet: 99, 5E and F6. RGB value is (153,94,246). Sum of RGB (Red+Green+Blue) = 153+94+246=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #995EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995EF6 is #66A109. Grayscale: #808080. Windows color (decimal): -6725898 or 16146073. OLE color: 16146073.

HSL color Cylindrical-coordinate representation of color #995EF6: hue angle of 263.29º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #995EF6 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 94 246 -
CMYK 0.38 0.62 0 0.04
HSL 263.29º 0.89% 0.67% -
HSV(B) 263.29º 0.62% 0.96% -
XYZ 33.77 21.43 89.55 -
YUV 128.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 153 94 246 0.38 0.62 0 0.04 263.29 0.89 0.67
Hex 99 5E F6 26 3E 0 4 107 59 43
Octal 231 136 366 46 76 0 4 407 131 103
Binary 10011001 1011110 11110110 100110 111110 0 100 100000111 1011001 1000011

Color Harmonies of #995EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EF6

Black with #995EF6

Text Example


Text Example

White with #995EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,94,246); }

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

background-color css

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

 a { background-color: rgb(153,94,246); }

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

border-color css

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

 span { border-color: rgb(153,94,246); }

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