Html Css Color HEX #965BDB Amethyst

📋 copy color: '#965BDB'

red 150 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #965BDB

Tints of Amethyst #965BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

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

R = 32.61%
G = 19.78%
B = 47.61%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#965BDB (or 0x965BDB) is known color: Amethyst. HEX triplet: 96, 5B and DB. RGB value is (150,91,219). Sum of RGB (Red+Green+Blue) = 150+91+219=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #965BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BDB is #69A424. Grayscale: #7A7A7A. Windows color (decimal): -6923301 or 14375830. OLE color: 14375830.

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

Color convert

RGB 150 91 219 -
CMYK 0.32 0.58 0 0.14
HSL 267.66º 0.64% 0.61% -
HSV(B) 267.66º 0.58% 0.86% -
XYZ 29.1 19.08 69.17 -
YUV 123.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 150 91 219 0.32 0.58 0 0.14 267.66 0.64 0.61
Hex 96 5B DB 20 3A 0 E 10C 40 3D
Octal 226 133 333 40 72 0 16 414 100 75
Binary 10010110 1011011 11011011 100000 111010 0 1110 100001100 1000000 111101

Color Harmonies of #965BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BDB

Black with #965BDB

Text Example


Text Example

White with #965BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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