Html Css Color HEX #965ADB Amethyst

📋 copy color: '#965ADB'

red 150 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #965ADB

Tints of Amethyst #965ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 32.68%
G = 19.61%
B = 47.71%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#965ADB (or 0x965ADB) is known color: Amethyst. HEX triplet: 96, 5A and DB. RGB value is (150,90,219). Sum of RGB (Red+Green+Blue) = 150+90+219=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #965ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ADB is #69A524. Grayscale: #7A7A7A. Windows color (decimal): -6923557 or 14375574. OLE color: 14375574.

HSL color Cylindrical-coordinate representation of color #965ADB: hue angle of 267.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965ADB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 90 219 -
CMYK 0.32 0.59 0 0.14
HSL 267.91º 0.64% 0.61% -
HSV(B) 267.91º 0.59% 0.86% -
XYZ 29.02 18.91 69.14 -
YUV 122.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 150 90 219 0.32 0.59 0 0.14 267.91 0.64 0.61
Hex 96 5A DB 20 3B 0 E 10C 40 3D
Octal 226 132 333 40 73 0 16 414 100 75
Binary 10010110 1011010 11011011 100000 111011 0 1110 100001100 1000000 111101

Color Harmonies of #965ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ADB

Black with #965ADB

Text Example


Text Example

White with #965ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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