Html Css Color HEX #965ED2 Amethyst

📋 copy color: '#965ED2'

red 150 ◦ green 94 ◦ blue 210

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

Shades of Amethyst #965ED2

Tints of Amethyst #965ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 33.04%
G = 20.7%
B = 46.26%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#965ED2 (or 0x965ED2) is known color: Amethyst. HEX triplet: 96, 5E and D2. RGB value is (150,94,210). Sum of RGB (Red+Green+Blue) = 150+94+210=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #965ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ED2 is #69A12D. Grayscale: #7B7B7B. Windows color (decimal): -6922542 or 13786774. OLE color: 13786774.

HSL color Cylindrical-coordinate representation of color #965ED2: hue angle of 268.97º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965ED2 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 94 210 -
CMYK 0.29 0.55 0 0.18
HSL 268.97º 0.56% 0.6% -
HSV(B) 268.97º 0.55% 0.82% -
XYZ 28.21 19.14 63.18 -
YUV 123.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 150 94 210 0.29 0.55 0 0.18 268.97 0.56 0.6
Hex 96 5E D2 1D 37 0 12 10D 38 3C
Octal 226 136 322 35 67 0 22 415 70 74
Binary 10010110 1011110 11010010 11101 110111 0 10010 100001101 111000 111100

Color Harmonies of #965ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ED2

Black with #965ED2

Text Example


Text Example

White with #965ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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