Html Css Color HEX #9869CD Amethyst

📋 copy color: '#9869CD'

red 152 ◦ green 105 ◦ blue 205

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

Shades of Amethyst #9869CD

Tints of Amethyst #9869CD

RGB

 RED value IS 152 (59.77% from 255) = 32.9%

 GREEN value IS 105 (41.41% from 255) = 22.73%

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

R = 32.9%
G = 22.73%
B = 44.37%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9869CD (or 0x9869CD) is known color: Amethyst. HEX triplet: 98, 69 and CD. RGB value is (152,105,205). Sum of RGB (Red+Green+Blue) = 152+105+205=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9869CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869CD is #679632. Grayscale: #828282. Windows color (decimal): -6788659 or 13461912. OLE color: 13461912.

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

Color convert

RGB 152 105 205 -
CMYK 0.26 0.49 0 0.20
HSL 268.2º 0.5% 0.61% -
HSV(B) 268.2º 0.49% 0.8% -
XYZ 29.02 21.19 60.32 -
YUV 130.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 152 105 205 0.26 0.49 0 0.20 268.2 0.5 0.61
Hex 98 69 CD 1A 31 0 14 10C 32 3D
Octal 230 151 315 32 61 0 24 414 62 75
Binary 10011000 1101001 11001101 11010 110001 0 10100 100001100 110010 111101

Color Harmonies of #9869CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9869CD

Black with #9869CD

Text Example


Text Example

White with #9869CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,105,205); }

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

background-color css

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

 a { background-color: rgb(152,105,205); }

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

border-color css

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

 span { border-color: rgb(152,105,205); }

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