Html Css Color HEX #9565CF Amethyst

📋 copy color: '#9565CF'

red 149 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #9565CF

Tints of Amethyst #9565CF

RGB

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

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

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

R = 32.6%
G = 22.1%
B = 45.3%

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

#9565CF (or 0x9565CF) is known color: Amethyst. HEX triplet: 95, 65 and CF. RGB value is (149,101,207). Sum of RGB (Red+Green+Blue) = 149+101+207=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9565CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565CF is #6A9A30. Grayscale: #7F7F7F. Windows color (decimal): -6986289 or 13591957. OLE color: 13591957.

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

Color convert

RGB 149 101 207 -
CMYK 0.28 0.51 0 0.19
HSL 267.17º 0.52% 0.6% -
HSV(B) 267.17º 0.51% 0.81% -
XYZ 28.31 20.2 61.44 -
YUV 127.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 149 101 207 0.28 0.51 0 0.19 267.17 0.52 0.6
Hex 95 65 CF 1C 33 0 13 10B 34 3C
Octal 225 145 317 34 63 0 23 413 64 74
Binary 10010101 1100101 11001111 11100 110011 0 10011 100001011 110100 111100

Color Harmonies of #9565CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565CF

Black with #9565CF

Text Example


Text Example

White with #9565CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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