Html Css Color HEX #9061CB Amethyst

📋 copy color: '#9061CB'

red 144 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #9061CB

Tints of Amethyst #9061CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 32.43%
G = 21.85%
B = 45.72%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9061CB (or 0x9061CB) is known color: Amethyst. HEX triplet: 90, 61 and CB. RGB value is (144,97,203). Sum of RGB (Red+Green+Blue) = 144+97+203=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9061CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061CB is #6F9E34. Grayscale: #7A7A7A. Windows color (decimal): -7314997 or 13328784. OLE color: 13328784.

HSL color Cylindrical-coordinate representation of color #9061CB: hue angle of 266.6º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9061CB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 97 203 -
CMYK 0.29 0.52 0 0.20
HSL 266.6º 0.5% 0.59% -
HSV(B) 266.6º 0.52% 0.8% -
XYZ 26.56 18.79 58.73 -
YUV 123.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 144 97 203 0.29 0.52 0 0.20 266.6 0.5 0.59
Hex 90 61 CB 1D 34 0 14 10B 32 3B
Octal 220 141 313 35 64 0 24 413 62 73
Binary 10010000 1100001 11001011 11101 110100 0 10100 100001011 110010 111011

Color Harmonies of #9061CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9061CB

Black with #9061CB

Text Example


Text Example

White with #9061CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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