Html Css Color HEX #995DCB Amethyst

📋 copy color: '#995DCB'

red 153 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #995DCB

Tints of Amethyst #995DCB

RGB

 RED value IS 153 (60.16% from 255) = 34.08%

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 34.08%
G = 20.71%
B = 45.21%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#995DCB (or 0x995DCB) is known color: Amethyst. HEX triplet: 99, 5D and CB. RGB value is (153,93,203). Sum of RGB (Red+Green+Blue) = 153+93+203=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #995DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DCB is #66A234. Grayscale: #7B7B7B. Windows color (decimal): -6726197 or 13327769. OLE color: 13327769.

HSL color Cylindrical-coordinate representation of color #995DCB: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995DCB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 93 203 -
CMYK 0.25 0.54 0 0.20
HSL 272.73º 0.51% 0.58% -
HSV(B) 272.73º 0.54% 0.8% -
XYZ 27.83 18.91 58.68 -
YUV 123.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 153 93 203 0.25 0.54 0 0.20 272.73 0.51 0.58
Hex 99 5D CB 19 36 0 14 111 33 3A
Octal 231 135 313 31 66 0 24 421 63 72
Binary 10011001 1011101 11001011 11001 110110 0 10100 100010001 110011 111010

Color Harmonies of #995DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DCB

Black with #995DCB

Text Example


Text Example

White with #995DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995DCB; }

 p { color: rgb(153,93,203); }

 H1.HeaderClassName
 {
   color: #995DCB;
 }
 .AnyTagClassName
 {
   color: #995DCB;
 }
</style>

background-color css

<style>
 a { background-color: #995DCB; }

 a { background-color: rgb(153,93,203); }

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

border-color css

<style>
 span { border-color: #995DCB; }

 span { border-color: rgb(153,93,203); }

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