Html Css Color HEX #9568CE Amethyst

📋 copy color: '#9568CE'

red 149 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #9568CE

Tints of Amethyst #9568CE

RGB

 RED value IS 149 (58.59% from 255) = 32.46%

 GREEN value IS 104 (41.02% from 255) = 22.66%

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

R = 32.46%
G = 22.66%
B = 44.88%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9568CE (or 0x9568CE) is known color: Amethyst. HEX triplet: 95, 68 and CE. RGB value is (149,104,206). Sum of RGB (Red+Green+Blue) = 149+104+206=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9568CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568CE is #6A9731. Grayscale: #808080. Windows color (decimal): -6985522 or 13527189. OLE color: 13527189.

HSL color Cylindrical-coordinate representation of color #9568CE: hue angle of 266.47º 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 #9568CE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 104 206 -
CMYK 0.28 0.50 0 0.19
HSL 266.47º 0.51% 0.61% -
HSV(B) 266.47º 0.5% 0.81% -
XYZ 28.49 20.75 60.9 -
YUV 129.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 149 104 206 0.28 0.50 0 0.19 266.47 0.51 0.61
Hex 95 68 CE 1C 32 0 13 10A 33 3D
Octal 225 150 316 34 62 0 23 412 63 75
Binary 10010101 1101000 11001110 11100 110010 0 10011 100001010 110011 111101

Color Harmonies of #9568CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9568CE

Black with #9568CE

Text Example


Text Example

White with #9568CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,104,206); }

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

background-color css

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

 a { background-color: rgb(149,104,206); }

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

border-color css

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

 span { border-color: rgb(149,104,206); }

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