Html Css Color HEX #9565CB Amethyst

📋 copy color: '#9565CB'

red 149 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #9565CB

Tints of Amethyst #9565CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 32.89%
G = 22.3%
B = 44.81%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9565CB (or 0x9565CB) is known color: Amethyst. HEX triplet: 95, 65 and CB. RGB value is (149,101,203). Sum of RGB (Red+Green+Blue) = 149+101+203=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9565CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565CB is #6A9A34. Grayscale: #7E7E7E. Windows color (decimal): -6986293 or 13329813. OLE color: 13329813.

HSL color Cylindrical-coordinate representation of color #9565CB: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9565CB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 101 203 -
CMYK 0.27 0.50 0 0.20
HSL 268.24º 0.5% 0.6% -
HSV(B) 268.24º 0.5% 0.8% -
XYZ 27.83 20.01 58.9 -
YUV 126.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 149 101 203 0.27 0.50 0 0.20 268.24 0.5 0.6
Hex 95 65 CB 1B 32 0 14 10C 32 3C
Octal 225 145 313 33 62 0 24 414 62 74
Binary 10010101 1100101 11001011 11011 110010 0 10100 100001100 110010 111100

Color Harmonies of #9565CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565CB

Black with #9565CB

Text Example


Text Example

White with #9565CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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