Html Css Color HEX #9567CD Amethyst

📋 copy color: '#9567CD'

red 149 ◦ green 103 ◦ blue 205

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

Shades of Amethyst #9567CD

Tints of Amethyst #9567CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.54%

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

R = 32.6%
G = 22.54%
B = 44.86%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9567CD (or 0x9567CD) is known color: Amethyst. HEX triplet: 95, 67 and CD. RGB value is (149,103,205). Sum of RGB (Red+Green+Blue) = 149+103+205=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9567CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567CD is #6A9832. Grayscale: #808080. Windows color (decimal): -6985779 or 13461397. OLE color: 13461397.

HSL color Cylindrical-coordinate representation of color #9567CD: hue angle of 267.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9567CD is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 103 205 -
CMYK 0.27 0.50 0 0.20
HSL 267.06º 0.5% 0.6% -
HSV(B) 267.06º 0.5% 0.8% -
XYZ 28.26 20.5 60.22 -
YUV 128.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 149 103 205 0.27 0.50 0 0.20 267.06 0.5 0.6
Hex 95 67 CD 1B 32 0 14 10B 32 3C
Octal 225 147 315 33 62 0 24 413 62 74
Binary 10010101 1100111 11001101 11011 110010 0 10100 100001011 110010 111100

Color Harmonies of #9567CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9567CD

Black with #9567CD

Text Example


Text Example

White with #9567CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9567CD; }

 p { color: rgb(149,103,205); }

 H1.HeaderClassName
 {
   color: #9567CD;
 }
 .AnyTagClassName
 {
   color: #9567CD;
 }
</style>

background-color css

<style>
 a { background-color: #9567CD; }

 a { background-color: rgb(149,103,205); }

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

border-color css

<style>
 span { border-color: #9567CD; }

 span { border-color: rgb(149,103,205); }

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