Html Css Color HEX #965ADF Amethyst

📋 copy color: '#965ADF'

red 150 ◦ green 90 ◦ blue 223

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

Shades of Amethyst #965ADF

Tints of Amethyst #965ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.44%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 32.4%
G = 19.44%
B = 48.16%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#965ADF (or 0x965ADF) is known color: Amethyst. HEX triplet: 96, 5A and DF. RGB value is (150,90,223). Sum of RGB (Red+Green+Blue) = 150+90+223=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #965ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ADF is #69A520. Grayscale: #7A7A7A. Windows color (decimal): -6923553 or 14637718. OLE color: 14637718.

HSL color Cylindrical-coordinate representation of color #965ADF: hue angle of 267.07º degrees, saturation: 0.68, 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 #965ADF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 90 223 -
CMYK 0.33 0.60 0 0.13
HSL 267.07º 0.68% 0.61% -
HSV(B) 267.07º 0.6% 0.87% -
XYZ 29.55 19.12 71.95 -
YUV 123.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 150 90 223 0.33 0.60 0 0.13 267.07 0.68 0.61
Hex 96 5A DF 21 3C 0 D 10B 44 3D
Octal 226 132 337 41 74 0 15 413 104 75
Binary 10010110 1011010 11011111 100001 111100 0 1101 100001011 1000100 111101

Color Harmonies of #965ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ADF

Black with #965ADF

Text Example


Text Example

White with #965ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,90,223); }

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

background-color css

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

 a { background-color: rgb(150,90,223); }

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

border-color css

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

 span { border-color: rgb(150,90,223); }

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