Html Css Color HEX #9065CE Amethyst

📋 copy color: '#9065CE'

red 144 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #9065CE

Tints of Amethyst #9065CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.39%

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

R = 31.93%
G = 22.39%
B = 45.68%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9065CE (or 0x9065CE) is known color: Amethyst. HEX triplet: 90, 65 and CE. RGB value is (144,101,206). Sum of RGB (Red+Green+Blue) = 144+101+206=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9065CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065CE is #6F9A31. Grayscale: #7D7D7D. Windows color (decimal): -7313970 or 13526416. OLE color: 13526416.

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

Color convert

RGB 144 101 206 -
CMYK 0.30 0.51 0 0.19
HSL 264.57º 0.52% 0.6% -
HSV(B) 264.57º 0.51% 0.81% -
XYZ 27.3 19.69 60.75 -
YUV 125.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 144 101 206 0.30 0.51 0 0.19 264.57 0.52 0.6
Hex 90 65 CE 1E 33 0 13 109 34 3C
Octal 220 145 316 36 63 0 23 411 64 74
Binary 10010000 1100101 11001110 11110 110011 0 10011 100001001 110100 111100

Color Harmonies of #9065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9065CE

Black with #9065CE

Text Example


Text Example

White with #9065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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