Html Css Color HEX #9150CF Amethyst

📋 copy color: '#9150CF'

red 145 ◦ green 80 ◦ blue 207

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

Shades of Amethyst #9150CF

Tints of Amethyst #9150CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 33.56%
G = 18.52%
B = 47.92%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9150CF (or 0x9150CF) is known color: Amethyst. HEX triplet: 91, 50 and CF. RGB value is (145,80,207). Sum of RGB (Red+Green+Blue) = 145+80+207=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #9150CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150CF is #6EAF30. Grayscale: #717171. Windows color (decimal): -7253809 or 13586577. OLE color: 13586577.

HSL color Cylindrical-coordinate representation of color #9150CF: hue angle of 270.71º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9150CF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 80 207 -
CMYK 0.30 0.61 0 0.19
HSL 270.71º 0.57% 0.56% -
HSV(B) 270.71º 0.61% 0.81% -
XYZ 25.81 16.26 60.81 -
YUV 113.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 145 80 207 0.30 0.61 0 0.19 270.71 0.57 0.56
Hex 91 50 CF 1E 3D 0 13 10F 39 38
Octal 221 120 317 36 75 0 23 417 71 70
Binary 10010001 1010000 11001111 11110 111101 0 10011 100001111 111001 111000

Color Harmonies of #9150CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150CF

Black with #9150CF

Text Example


Text Example

White with #9150CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150CF; }

 p { color: rgb(145,80,207); }

 H1.HeaderClassName
 {
   color: #9150CF;
 }
 .AnyTagClassName
 {
   color: #9150CF;
 }
</style>

background-color css

<style>
 a { background-color: #9150CF; }

 a { background-color: rgb(145,80,207); }

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

border-color css

<style>
 span { border-color: #9150CF; }

 span { border-color: rgb(145,80,207); }

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