Html Css Color HEX #965EDA Amethyst

📋 copy color: '#965EDA'

red 150 ◦ green 94 ◦ blue 218

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

Shades of Amethyst #965EDA

Tints of Amethyst #965EDA

RGB

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

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

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

R = 32.47%
G = 20.35%
B = 47.19%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#965EDA (or 0x965EDA) is known color: Amethyst. HEX triplet: 96, 5E and DA. RGB value is (150,94,218). Sum of RGB (Red+Green+Blue) = 150+94+218=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #965EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EDA is #69A125. Grayscale: #7C7C7C. Windows color (decimal): -6922534 or 14311062. OLE color: 14311062.

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

Color convert

RGB 150 94 218 -
CMYK 0.31 0.57 0 0.15
HSL 267.1º 0.63% 0.61% -
HSV(B) 267.1º 0.57% 0.85% -
XYZ 29.24 19.55 68.56 -
YUV 124.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 150 94 218 0.31 0.57 0 0.15 267.1 0.63 0.61
Hex 96 5E DA 1F 39 0 F 10B 3F 3D
Octal 226 136 332 37 71 0 17 413 77 75
Binary 10010110 1011110 11011010 11111 111001 0 1111 100001011 111111 111101

Color Harmonies of #965EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EDA

Black with #965EDA

Text Example


Text Example

White with #965EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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