Html Css Color HEX #9651CE Amethyst

📋 copy color: '#9651CE'

red 150 ◦ green 81 ◦ blue 206

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

Shades of Amethyst #9651CE

Tints of Amethyst #9651CE

RGB

 RED value IS 150 (58.98% from 255) = 34.32%

 GREEN value IS 81 (32.03% from 255) = 18.54%

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

R = 34.32%
G = 18.54%
B = 47.14%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9651CE (or 0x9651CE) is known color: Amethyst. HEX triplet: 96, 51 and CE. RGB value is (150,81,206). Sum of RGB (Red+Green+Blue) = 150+81+206=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9651CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651CE is #69AE31. Grayscale: #737373. Windows color (decimal): -6925874 or 13521302. OLE color: 13521302.

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

Color convert

RGB 150 81 206 -
CMYK 0.27 0.61 0 0.19
HSL 273.12º 0.56% 0.56% -
HSV(B) 273.12º 0.61% 0.81% -
XYZ 26.66 16.83 60.23 -
YUV 115.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 150 81 206 0.27 0.61 0 0.19 273.12 0.56 0.56
Hex 96 51 CE 1B 3D 0 13 111 38 38
Octal 226 121 316 33 75 0 23 421 70 70
Binary 10010110 1010001 11001110 11011 111101 0 10011 100010001 111000 111000

Color Harmonies of #9651CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9651CE

Black with #9651CE

Text Example


Text Example

White with #9651CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,81,206); }

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

background-color css

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

 a { background-color: rgb(150,81,206); }

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

border-color css

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

 span { border-color: rgb(150,81,206); }

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