Html Css Color HEX #965EDB Amethyst

📋 copy color: '#965EDB'

red 150 ◦ green 94 ◦ blue 219

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

Shades of Amethyst #965EDB

Tints of Amethyst #965EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

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

R = 32.4%
G = 20.3%
B = 47.3%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#965EDB (or 0x965EDB) is known color: Amethyst. HEX triplet: 96, 5E and DB. RGB value is (150,94,219). Sum of RGB (Red+Green+Blue) = 150+94+219=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #965EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EDB is #69A124. Grayscale: #7C7C7C. Windows color (decimal): -6922533 or 14376598. OLE color: 14376598.

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

Color convert

RGB 150 94 219 -
CMYK 0.32 0.57 0 0.14
HSL 266.88º 0.63% 0.61% -
HSV(B) 266.88º 0.57% 0.86% -
XYZ 29.37 19.6 69.25 -
YUV 124.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 150 94 219 0.32 0.57 0 0.14 266.88 0.63 0.61
Hex 96 5E DB 20 39 0 E 10B 3F 3D
Octal 226 136 333 40 71 0 16 413 77 75
Binary 10010110 1011110 11011011 100000 111001 0 1110 100001011 111111 111101

Color Harmonies of #965EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EDB

Black with #965EDB

Text Example


Text Example

White with #965EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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