Html Css Color HEX #9067CE Amethyst

📋 copy color: '#9067CE'

red 144 ◦ green 103 ◦ blue 206

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

Shades of Amethyst #9067CE

Tints of Amethyst #9067CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 31.79%
G = 22.74%
B = 45.47%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9067CE (or 0x9067CE) is known color: Amethyst. HEX triplet: 90, 67 and CE. RGB value is (144,103,206). Sum of RGB (Red+Green+Blue) = 144+103+206=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9067CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067CE is #6F9831. Grayscale: #7E7E7E. Windows color (decimal): -7313458 or 13526928. OLE color: 13526928.

HSL color Cylindrical-coordinate representation of color #9067CE: hue angle of 263.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9067CE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 103 206 -
CMYK 0.30 0.50 0 0.19
HSL 263.88º 0.51% 0.61% -
HSV(B) 263.88º 0.5% 0.81% -
XYZ 27.49 20.09 60.82 -
YUV 127 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 144 103 206 0.30 0.50 0 0.19 263.88 0.51 0.61
Hex 90 67 CE 1E 32 0 13 108 33 3D
Octal 220 147 316 36 62 0 23 410 63 75
Binary 10010000 1100111 11001110 11110 110010 0 10011 100001000 110011 111101

Color Harmonies of #9067CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9067CE

Black with #9067CE

Text Example


Text Example

White with #9067CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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