Html Css Color HEX #965CDA Amethyst

📋 copy color: '#965CDA'

red 150 ◦ green 92 ◦ blue 218

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

Shades of Amethyst #965CDA

Tints of Amethyst #965CDA

RGB

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

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

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

R = 32.61%
G = 20%
B = 47.39%

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

#965CDA (or 0x965CDA) is known color: Amethyst. HEX triplet: 96, 5C and DA. RGB value is (150,92,218). Sum of RGB (Red+Green+Blue) = 150+92+218=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #965CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CDA is #69A325. Grayscale: #7B7B7B. Windows color (decimal): -6923046 or 14310550. OLE color: 14310550.

HSL color Cylindrical-coordinate representation of color #965CDA: hue angle of 267.62º 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 #965CDA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 92 218 -
CMYK 0.31 0.58 0 0.15
HSL 267.62º 0.63% 0.61% -
HSV(B) 267.62º 0.58% 0.85% -
XYZ 29.06 19.2 68.5 -
YUV 123.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 150 92 218 0.31 0.58 0 0.15 267.62 0.63 0.61
Hex 96 5C DA 1F 3A 0 F 10C 3F 3D
Octal 226 134 332 37 72 0 17 414 77 75
Binary 10010110 1011100 11011010 11111 111010 0 1111 100001100 111111 111101

Color Harmonies of #965CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CDA

Black with #965CDA

Text Example


Text Example

White with #965CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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