Html Css Color HEX #955CDA Amethyst

📋 copy color: '#955CDA'

red 149 ◦ green 92 ◦ blue 218

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

Shades of Amethyst #955CDA

Tints of Amethyst #955CDA

RGB

 RED value IS 149 (58.59% from 255) = 32.46%

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

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

R = 32.46%
G = 20.04%
B = 47.49%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#955CDA (or 0x955CDA) is known color: Amethyst. HEX triplet: 95, 5C and DA. RGB value is (149,92,218). Sum of RGB (Red+Green+Blue) = 149+92+218=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #955CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CDA is #6AA325. Grayscale: #7A7A7A. Windows color (decimal): -6988582 or 14310549. OLE color: 14310549.

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

Color convert

RGB 149 92 218 -
CMYK 0.32 0.58 0 0.15
HSL 267.14º 0.63% 0.61% -
HSV(B) 267.14º 0.58% 0.85% -
XYZ 28.88 19.11 68.5 -
YUV 123.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 149 92 218 0.32 0.58 0 0.15 267.14 0.63 0.61
Hex 95 5C DA 20 3A 0 F 10B 3F 3D
Octal 225 134 332 40 72 0 17 413 77 75
Binary 10010101 1011100 11011010 100000 111010 0 1111 100001011 111111 111101

Color Harmonies of #955CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CDA

Black with #955CDA

Text Example


Text Example

White with #955CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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