Html Css Color HEX #965FCD Amethyst

📋 copy color: '#965FCD'

red 150 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #965FCD

Tints of Amethyst #965FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 33.33%
G = 21.11%
B = 45.56%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#965FCD (or 0x965FCD) is known color: Amethyst. HEX triplet: 96, 5F and CD. RGB value is (150,95,205). Sum of RGB (Red+Green+Blue) = 150+95+205=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #965FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FCD is #69A032. Grayscale: #7B7B7B. Windows color (decimal): -6922291 or 13459350. OLE color: 13459350.

HSL color Cylindrical-coordinate representation of color #965FCD: hue angle of 270º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965FCD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 95 205 -
CMYK 0.27 0.54 0 0.20
HSL 270º 0.52% 0.59% -
HSV(B) 270º 0.54% 0.8% -
XYZ 27.69 19.08 59.98 -
YUV 123.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 150 95 205 0.27 0.54 0 0.20 270 0.52 0.59
Hex 96 5F CD 1B 36 0 14 10E 34 3B
Octal 226 137 315 33 66 0 24 416 64 73
Binary 10010110 1011111 11001101 11011 110110 0 10100 100001110 110100 111011

Color Harmonies of #965FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FCD

Black with #965FCD

Text Example


Text Example

White with #965FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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