Html Css Color HEX #915FC4 Amethyst

📋 copy color: '#915FC4'

red 145 ◦ green 95 ◦ blue 196

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

Shades of Amethyst #915FC4

Tints of Amethyst #915FC4

RGB

 RED value IS 145 (57.03% from 255) = 33.26%

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

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 33.26%
G = 21.79%
B = 44.95%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#915FC4 (or 0x915FC4) is known color: Amethyst. HEX triplet: 91, 5F and C4. RGB value is (145,95,196). Sum of RGB (Red+Green+Blue) = 145+95+196=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #915FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FC4 is #6EA03B. Grayscale: #797979. Windows color (decimal): -7249980 or 12869521. OLE color: 12869521.

HSL color Cylindrical-coordinate representation of color #915FC4: hue angle of 269.7º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915FC4 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 145 95 196 -
CMYK 0.26 0.52 0 0.23
HSL 269.7º 0.46% 0.57% -
HSV(B) 269.7º 0.52% 0.77% -
XYZ 25.73 18.19 54.38 -
YUV 121.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 145 95 196 0.26 0.52 0 0.23 269.7 0.46 0.57
Hex 91 5F C4 1A 34 0 17 10E 2E 39
Octal 221 137 304 32 64 0 27 416 56 71
Binary 10010001 1011111 11000100 11010 110100 0 10111 100001110 101110 111001

Color Harmonies of #915FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FC4

Black with #915FC4

Text Example


Text Example

White with #915FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915FC4; }

 p { color: rgb(145,95,196); }

 H1.HeaderClassName
 {
   color: #915FC4;
 }
 .AnyTagClassName
 {
   color: #915FC4;
 }
</style>

background-color css

<style>
 a { background-color: #915FC4; }

 a { background-color: rgb(145,95,196); }

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

border-color css

<style>
 span { border-color: #915FC4; }

 span { border-color: rgb(145,95,196); }

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