Html Css Color HEX #9067CC Amethyst

📋 copy color: '#9067CC'

red 144 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #9067CC

Tints of Amethyst #9067CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 31.93%
G = 22.84%
B = 45.23%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9067CC (or 0x9067CC) is known color: Amethyst. HEX triplet: 90, 67 and CC. RGB value is (144,103,204). Sum of RGB (Red+Green+Blue) = 144+103+204=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9067CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067CC is #6F9833. Grayscale: #7E7E7E. Windows color (decimal): -7313460 or 13395856. OLE color: 13395856.

HSL color Cylindrical-coordinate representation of color #9067CC: hue angle of 264.36º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9067CC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 103 204 -
CMYK 0.29 0.50 0 0.2
HSL 264.36º 0.5% 0.6% -
HSV(B) 264.36º 0.5% 0.8% -
XYZ 27.25 19.99 59.55 -
YUV 126.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 144 103 204 0.29 0.50 0 0.2 264.36 0.5 0.6
Hex 90 67 CC 1D 32 0 14 108 32 3C
Octal 220 147 314 35 62 0 24 410 62 74
Binary 10010000 1100111 11001100 11101 110010 0 10100 100001000 110010 111100

Color Harmonies of #9067CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9067CC

Black with #9067CC

Text Example


Text Example

White with #9067CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9067CC; }

 p { color: rgb(144,103,204); }

 H1.HeaderClassName
 {
   color: #9067CC;
 }
 .AnyTagClassName
 {
   color: #9067CC;
 }
</style>

background-color css

<style>
 a { background-color: #9067CC; }

 a { background-color: rgb(144,103,204); }

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

border-color css

<style>
 span { border-color: #9067CC; }

 span { border-color: rgb(144,103,204); }

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