Html Css Color HEX #965CDE Amethyst

📋 copy color: '#965CDE'

red 150 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #965CDE

Tints of Amethyst #965CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

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

R = 32.33%
G = 19.83%
B = 47.84%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#965CDE (or 0x965CDE) is known color: Amethyst. HEX triplet: 96, 5C and DE. RGB value is (150,92,222). Sum of RGB (Red+Green+Blue) = 150+92+222=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #965CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CDE is #69A321. Grayscale: #7B7B7B. Windows color (decimal): -6923042 or 14572694. OLE color: 14572694.

HSL color Cylindrical-coordinate representation of color #965CDE: hue angle of 266.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965CDE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 92 222 -
CMYK 0.32 0.59 0 0.13
HSL 266.77º 0.66% 0.62% -
HSV(B) 266.77º 0.59% 0.87% -
XYZ 29.59 19.41 71.29 -
YUV 124.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 150 92 222 0.32 0.59 0 0.13 266.77 0.66 0.62
Hex 96 5C DE 20 3B 0 D 10B 42 3E
Octal 226 134 336 40 73 0 15 413 102 76
Binary 10010110 1011100 11011110 100000 111011 0 1101 100001011 1000010 111110

Color Harmonies of #965CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CDE

Black with #965CDE

Text Example


Text Example

White with #965CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965CDE; }

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

 H1.HeaderClassName
 {
   color: #965CDE;
 }
 .AnyTagClassName
 {
   color: #965CDE;
 }
</style>

background-color css

<style>
 a { background-color: #965CDE; }

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

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

border-color css

<style>
 span { border-color: #965CDE; }

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

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