Html Css Color HEX #965BDA Amethyst

📋 copy color: '#965BDA'

red 150 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #965BDA

Tints of Amethyst #965BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 32.68%
G = 19.83%
B = 47.49%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#965BDA (or 0x965BDA) is known color: Amethyst. HEX triplet: 96, 5B and DA. RGB value is (150,91,218). Sum of RGB (Red+Green+Blue) = 150+91+218=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #965BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BDA is #69A425. Grayscale: #7A7A7A. Windows color (decimal): -6923302 or 14310294. OLE color: 14310294.

HSL color Cylindrical-coordinate representation of color #965BDA: hue angle of 267.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965BDA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 91 218 -
CMYK 0.31 0.58 0 0.15
HSL 267.87º 0.63% 0.61% -
HSV(B) 267.87º 0.58% 0.85% -
XYZ 28.97 19.03 68.48 -
YUV 123.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 150 91 218 0.31 0.58 0 0.15 267.87 0.63 0.61
Hex 96 5B DA 1F 3A 0 F 10C 3F 3D
Octal 226 133 332 37 72 0 17 414 77 75
Binary 10010110 1011011 11011010 11111 111010 0 1111 100001100 111111 111101

Color Harmonies of #965BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BDA

Black with #965BDA

Text Example


Text Example

White with #965BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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