Html Css Color HEX #9065CD Amethyst

📋 copy color: '#9065CD'

red 144 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #9065CD

Tints of Amethyst #9065CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 32%
G = 22.44%
B = 45.56%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9065CD (or 0x9065CD) is known color: Amethyst. HEX triplet: 90, 65 and CD. RGB value is (144,101,205). Sum of RGB (Red+Green+Blue) = 144+101+205=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #9065CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065CD is #6F9A32. Grayscale: #7D7D7D. Windows color (decimal): -7313971 or 13460880. OLE color: 13460880.

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

Color convert

RGB 144 101 205 -
CMYK 0.30 0.51 0 0.20
HSL 264.81º 0.51% 0.6% -
HSV(B) 264.81º 0.51% 0.8% -
XYZ 27.17 19.64 60.12 -
YUV 125.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 144 101 205 0.30 0.51 0 0.20 264.81 0.51 0.6
Hex 90 65 CD 1E 33 0 14 109 33 3C
Octal 220 145 315 36 63 0 24 411 63 74
Binary 10010000 1100101 11001101 11110 110011 0 10100 100001001 110011 111100

Color Harmonies of #9065CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9065CD

Black with #9065CD

Text Example


Text Example

White with #9065CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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