Html Css Color HEX #9D65CF Amethyst

📋 copy color: '#9D65CF'

red 157 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #9D65CF

Tints of Amethyst #9D65CF

RGB

 RED value IS 157 (61.72% from 255) = 33.76%

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

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

R = 33.76%
G = 21.72%
B = 44.52%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D65CF (or 0x9D65CF) is known color: Amethyst. HEX triplet: 9D, 65 and CF. RGB value is (157,101,207). Sum of RGB (Red+Green+Blue) = 157+101+207=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65CF is #629A30. Grayscale: #818181. Windows color (decimal): -6462001 or 13591965. OLE color: 13591965.

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

Color convert

RGB 157 101 207 -
CMYK 0.24 0.51 0 0.19
HSL 271.7º 0.52% 0.6% -
HSV(B) 271.7º 0.51% 0.81% -
XYZ 29.82 20.98 61.51 -
YUV 129.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 157 101 207 0.24 0.51 0 0.19 271.7 0.52 0.6
Hex 9D 65 CF 18 33 0 13 110 34 3C
Octal 235 145 317 30 63 0 23 420 64 74
Binary 10011101 1100101 11001111 11000 110011 0 10011 100010000 110100 111100

Color Harmonies of #9D65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D65CF

Black with #9D65CF

Text Example


Text Example

White with #9D65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D65CF; }

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

 H1.HeaderClassName
 {
   color: #9D65CF;
 }
 .AnyTagClassName
 {
   color: #9D65CF;
 }
</style>

background-color css

<style>
 a { background-color: #9D65CF; }

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

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

border-color css

<style>
 span { border-color: #9D65CF; }

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

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