Html Css Color HEX #9061BD Amethyst

📋 copy color: '#9061BD'

red 144 ◦ green 97 ◦ blue 189

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

Shades of Amethyst #9061BD

Tints of Amethyst #9061BD

RGB

 RED value IS 144 (56.64% from 255) = 33.49%

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 33.49%
G = 22.56%
B = 43.95%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9061BD (or 0x9061BD) is known color: Amethyst. HEX triplet: 90, 61 and BD. RGB value is (144,97,189). Sum of RGB (Red+Green+Blue) = 144+97+189=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #9061BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061BD is #6F9E42. Grayscale: #797979. Windows color (decimal): -7315011 or 12411280. OLE color: 12411280.

HSL color Cylindrical-coordinate representation of color #9061BD: hue angle of 270.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9061BD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 97 189 -
CMYK 0.24 0.49 0 0.26
HSL 270.65º 0.41% 0.56% -
HSV(B) 270.65º 0.49% 0.74% -
XYZ 24.96 18.15 50.33 -
YUV 121.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 144 97 189 0.24 0.49 0 0.26 270.65 0.41 0.56
Hex 90 61 BD 18 31 0 1A 10F 29 38
Octal 220 141 275 30 61 0 32 417 51 70
Binary 10010000 1100001 10111101 11000 110001 0 11010 100001111 101001 111000

Color Harmonies of #9061BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061BD

Black with #9061BD

Text Example


Text Example

White with #9061BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9061BD; }

 p { color: rgb(144,97,189); }

 H1.HeaderClassName
 {
   color: #9061BD;
 }
 .AnyTagClassName
 {
   color: #9061BD;
 }
</style>

background-color css

<style>
 a { background-color: #9061BD; }

 a { background-color: rgb(144,97,189); }

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

border-color css

<style>
 span { border-color: #9061BD; }

 span { border-color: rgb(144,97,189); }

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