Html Css Color HEX #9655CD Amethyst

📋 copy color: '#9655CD'

red 150 ◦ green 85 ◦ blue 205

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

Shades of Amethyst #9655CD

Tints of Amethyst #9655CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 34.09%
G = 19.32%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9655CD (or 0x9655CD) is known color: Amethyst. HEX triplet: 96, 55 and CD. RGB value is (150,85,205). Sum of RGB (Red+Green+Blue) = 150+85+205=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #9655CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655CD is #69AA32. Grayscale: #757575. Windows color (decimal): -6924851 or 13456790. OLE color: 13456790.

HSL color Cylindrical-coordinate representation of color #9655CD: hue angle of 272.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9655CD is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 85 205 -
CMYK 0.27 0.59 0 0.20
HSL 272.5º 0.55% 0.57% -
HSV(B) 272.5º 0.59% 0.8% -
XYZ 26.85 17.39 59.7 -
YUV 118.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 150 85 205 0.27 0.59 0 0.20 272.5 0.55 0.57
Hex 96 55 CD 1B 3B 0 14 110 37 39
Octal 226 125 315 33 73 0 24 420 67 71
Binary 10010110 1010101 11001101 11011 111011 0 10100 100010000 110111 111001

Color Harmonies of #9655CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655CD

Black with #9655CD

Text Example


Text Example

White with #9655CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9655CD; }

 p { color: rgb(150,85,205); }

 H1.HeaderClassName
 {
   color: #9655CD;
 }
 .AnyTagClassName
 {
   color: #9655CD;
 }
</style>

background-color css

<style>
 a { background-color: #9655CD; }

 a { background-color: rgb(150,85,205); }

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

border-color css

<style>
 span { border-color: #9655CD; }

 span { border-color: rgb(150,85,205); }

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