Html Css Color HEX #995FF7 Medium Purple

📋 copy color: '#995FF7'

red 153 ◦ green 95 ◦ blue 247

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

Shades of Medium Purple #995FF7

Tints of Medium Purple #995FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 30.91%
G = 19.19%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#995FF7 (or 0x995FF7) is known color: Medium Purple. HEX triplet: 99, 5F and F7. RGB value is (153,95,247). Sum of RGB (Red+Green+Blue) = 153+95+247=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #995FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FF7 is #66A008. Grayscale: #818181. Windows color (decimal): -6725641 or 16211865. OLE color: 16211865.

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

Color convert

RGB 153 95 247 -
CMYK 0.38 0.62 0 0.03
HSL 262.89º 0.9% 0.67% -
HSV(B) 262.89º 0.62% 0.97% -
XYZ 34.02 21.67 90.39 -
YUV 129.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 153 95 247 0.38 0.62 0 0.03 262.89 0.9 0.67
Hex 99 5F F7 26 3E 0 3 107 5A 43
Octal 231 137 367 46 76 0 3 407 132 103
Binary 10011001 1011111 11110111 100110 111110 0 11 100000111 1011010 1000011

Color Harmonies of #995FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FF7

Black with #995FF7

Text Example


Text Example

White with #995FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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