Html Css Color HEX #965FDC Amethyst

📋 copy color: '#965FDC'

red 150 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #965FDC

Tints of Amethyst #965FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 32.26%
G = 20.43%
B = 47.31%

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

#965FDC (or 0x965FDC) is known color: Amethyst. HEX triplet: 96, 5F and DC. RGB value is (150,95,220). Sum of RGB (Red+Green+Blue) = 150+95+220=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #965FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FDC is #69A023. Grayscale: #7D7D7D. Windows color (decimal): -6922276 or 14442390. OLE color: 14442390.

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

Color convert

RGB 150 95 220 -
CMYK 0.32 0.57 0 0.14
HSL 266.4º 0.64% 0.62% -
HSV(B) 266.4º 0.57% 0.86% -
XYZ 29.59 19.84 69.98 -
YUV 125.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 150 95 220 0.32 0.57 0 0.14 266.4 0.64 0.62
Hex 96 5F DC 20 39 0 E 10A 40 3E
Octal 226 137 334 40 71 0 16 412 100 76
Binary 10010110 1011111 11011100 100000 111001 0 1110 100001010 1000000 111110

Color Harmonies of #965FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FDC

Black with #965FDC

Text Example


Text Example

White with #965FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,220); }

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

background-color css

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

 a { background-color: rgb(150,95,220); }

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

border-color css

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

 span { border-color: rgb(150,95,220); }

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