Html Css Color HEX #9066CF Amethyst

📋 copy color: '#9066CF'

red 144 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #9066CF

Tints of Amethyst #9066CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 31.79%
G = 22.52%
B = 45.7%

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

#9066CF (or 0x9066CF) is known color: Amethyst. HEX triplet: 90, 66 and CF. RGB value is (144,102,207). Sum of RGB (Red+Green+Blue) = 144+102+207=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9066CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066CF is #6F9930. Grayscale: #7E7E7E. Windows color (decimal): -7313713 or 13592208. OLE color: 13592208.

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

Color convert

RGB 144 102 207 -
CMYK 0.30 0.51 0 0.19
HSL 264º 0.52% 0.61% -
HSV(B) 264º 0.51% 0.81% -
XYZ 27.52 19.94 61.43 -
YUV 126.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 144 102 207 0.30 0.51 0 0.19 264 0.52 0.61
Hex 90 66 CF 1E 33 0 13 108 34 3D
Octal 220 146 317 36 63 0 23 410 64 75
Binary 10010000 1100110 11001111 11110 110011 0 10011 100001000 110100 111101

Color Harmonies of #9066CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066CF

Black with #9066CF

Text Example


Text Example

White with #9066CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9066CF; }

 p { color: rgb(144,102,207); }

 H1.HeaderClassName
 {
   color: #9066CF;
 }
 .AnyTagClassName
 {
   color: #9066CF;
 }
</style>

background-color css

<style>
 a { background-color: #9066CF; }

 a { background-color: rgb(144,102,207); }

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

border-color css

<style>
 span { border-color: #9066CF; }

 span { border-color: rgb(144,102,207); }

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