Html Css Color HEX #9565CE Amethyst

📋 copy color: '#9565CE'

red 149 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #9565CE

Tints of Amethyst #9565CE

RGB

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

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

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

R = 32.68%
G = 22.15%
B = 45.18%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9565CE (or 0x9565CE) is known color: Amethyst. HEX triplet: 95, 65 and CE. RGB value is (149,101,206). Sum of RGB (Red+Green+Blue) = 149+101+206=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9565CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565CE is #6A9A31. Grayscale: #7E7E7E. Windows color (decimal): -6986290 or 13526421. OLE color: 13526421.

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

Color convert

RGB 149 101 206 -
CMYK 0.28 0.51 0 0.19
HSL 267.43º 0.52% 0.6% -
HSV(B) 267.43º 0.51% 0.81% -
XYZ 28.19 20.15 60.8 -
YUV 127.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 149 101 206 0.28 0.51 0 0.19 267.43 0.52 0.6
Hex 95 65 CE 1C 33 0 13 10B 34 3C
Octal 225 145 316 34 63 0 23 413 64 74
Binary 10010101 1100101 11001110 11100 110011 0 10011 100001011 110100 111100

Color Harmonies of #9565CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565CE

Black with #9565CE

Text Example


Text Example

White with #9565CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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