Html Css Color HEX #9062CB Amethyst

📋 copy color: '#9062CB'

red 144 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #9062CB

Tints of Amethyst #9062CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

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

R = 32.36%
G = 22.02%
B = 45.62%

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

#9062CB (or 0x9062CB) is known color: Amethyst. HEX triplet: 90, 62 and CB. RGB value is (144,98,203). Sum of RGB (Red+Green+Blue) = 144+98+203=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9062CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062CB is #6F9D34. Grayscale: #7B7B7B. Windows color (decimal): -7314741 or 13329040. OLE color: 13329040.

HSL color Cylindrical-coordinate representation of color #9062CB: hue angle of 266.29º 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 #9062CB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 98 203 -
CMYK 0.29 0.52 0 0.20
HSL 266.29º 0.5% 0.59% -
HSV(B) 266.29º 0.52% 0.8% -
XYZ 26.65 18.98 58.76 -
YUV 123.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 144 98 203 0.29 0.52 0 0.20 266.29 0.5 0.59
Hex 90 62 CB 1D 34 0 14 10A 32 3B
Octal 220 142 313 35 64 0 24 412 62 73
Binary 10010000 1100010 11001011 11101 110100 0 10100 100001010 110010 111011

Color Harmonies of #9062CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062CB

Black with #9062CB

Text Example


Text Example

White with #9062CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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