Html Css Color HEX #9658DE Amethyst

📋 copy color: '#9658DE'

red 150 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #9658DE

Tints of Amethyst #9658DE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.13%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 32.61%
G = 19.13%
B = 48.26%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9658DE (or 0x9658DE) is known color: Amethyst. HEX triplet: 96, 58 and DE. RGB value is (150,88,222). Sum of RGB (Red+Green+Blue) = 150+88+222=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #9658DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658DE is #69A721. Grayscale: #797979. Windows color (decimal): -6924066 or 14571670. OLE color: 14571670.

HSL color Cylindrical-coordinate representation of color #9658DE: hue angle of 267.76º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9658DE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 88 222 -
CMYK 0.32 0.60 0 0.13
HSL 267.76º 0.67% 0.61% -
HSV(B) 267.76º 0.6% 0.87% -
XYZ 29.25 18.74 71.18 -
YUV 121.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 150 88 222 0.32 0.60 0 0.13 267.76 0.67 0.61
Hex 96 58 DE 20 3C 0 D 10C 43 3D
Octal 226 130 336 40 74 0 15 414 103 75
Binary 10010110 1011000 11011110 100000 111100 0 1101 100001100 1000011 111101

Color Harmonies of #9658DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9658DE

Black with #9658DE

Text Example


Text Example

White with #9658DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9658DE; }

 p { color: rgb(150,88,222); }

 H1.HeaderClassName
 {
   color: #9658DE;
 }
 .AnyTagClassName
 {
   color: #9658DE;
 }
</style>

background-color css

<style>
 a { background-color: #9658DE; }

 a { background-color: rgb(150,88,222); }

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

border-color css

<style>
 span { border-color: #9658DE; }

 span { border-color: rgb(150,88,222); }

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