Html Css Color HEX #965CDC Amethyst

📋 copy color: '#965CDC'

red 150 ◦ green 92 ◦ blue 220

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

Shades of Amethyst #965CDC

Tints of Amethyst #965CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.91%

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

R = 32.47%
G = 19.91%
B = 47.62%

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

#965CDC (or 0x965CDC) is known color: Amethyst. HEX triplet: 96, 5C and DC. RGB value is (150,92,220). Sum of RGB (Red+Green+Blue) = 150+92+220=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #965CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CDC is #69A323. Grayscale: #7B7B7B. Windows color (decimal): -6923044 or 14441622. OLE color: 14441622.

HSL color Cylindrical-coordinate representation of color #965CDC: hue angle of 267.19º degrees, saturation: 0.65, 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 #965CDC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 92 220 -
CMYK 0.32 0.58 0 0.14
HSL 267.19º 0.65% 0.61% -
HSV(B) 267.19º 0.58% 0.86% -
XYZ 29.32 19.31 69.89 -
YUV 123.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 150 92 220 0.32 0.58 0 0.14 267.19 0.65 0.61
Hex 96 5C DC 20 3A 0 E 10B 41 3D
Octal 226 134 334 40 72 0 16 413 101 75
Binary 10010110 1011100 11011100 100000 111010 0 1110 100001011 1000001 111101

Color Harmonies of #965CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CDC

Black with #965CDC

Text Example


Text Example

White with #965CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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