Html Css Color HEX #995AF6 Medium Purple

📋 copy color: '#995AF6'

red 153 ◦ green 90 ◦ blue 246

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

Shades of Medium Purple #995AF6

Tints of Medium Purple #995AF6

RGB

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

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

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

R = 31.29%
G = 18.4%
B = 50.31%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#995AF6 (or 0x995AF6) is known color: Medium Purple. HEX triplet: 99, 5A and F6. RGB value is (153,90,246). Sum of RGB (Red+Green+Blue) = 153+90+246=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #995AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995AF6 is #66A509. Grayscale: #7E7E7E. Windows color (decimal): -6726922 or 16145049. OLE color: 16145049.

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

Color convert

RGB 153 90 246 -
CMYK 0.38 0.63 0 0.04
HSL 264.23º 0.9% 0.66% -
HSV(B) 264.23º 0.63% 0.96% -
XYZ 33.43 20.74 89.43 -
YUV 126.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 153 90 246 0.38 0.63 0 0.04 264.23 0.9 0.66
Hex 99 5A F6 26 3F 0 4 108 5A 42
Octal 231 132 366 46 77 0 4 410 132 102
Binary 10011001 1011010 11110110 100110 111111 0 100 100001000 1011010 1000010

Color Harmonies of #995AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AF6

Black with #995AF6

Text Example


Text Example

White with #995AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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