Html Css Color HEX #947B98 Amethyst Smoke

📋 copy color: '#947B98'

red 148 ◦ green 123 ◦ blue 152

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

Shades of Amethyst Smoke #947B98

Tints of Amethyst Smoke #947B98

RGB

 RED value IS 148 (58.2% from 255) = 34.99%

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 34.99%
G = 29.08%
B = 35.93%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#947B98 (or 0x947B98) is known color: Amethyst Smoke. HEX triplet: 94, 7B and 98. RGB value is (148,123,152). Sum of RGB (Red+Green+Blue) = 148+123+152=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: blue. Hex color #947B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B98 is #6B8467. Grayscale: #858585. Windows color (decimal): -7046248 or 9993108. OLE color: 9993108.

HSL color Cylindrical-coordinate representation of color #947B98: hue angle of 291.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #947B98 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 123 152 -
CMYK 0.03 0.19 0 0.40
HSL 291.72º 0.12% 0.54% -
HSV(B) 291.72º 0.19% 0.6% -
XYZ 24.96 22.73 32.78 -
YUV 133.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 148 123 152 0.03 0.19 0 0.40 291.72 0.12 0.54
Hex 94 7B 98 3 13 0 28 124 C 36
Octal 224 173 230 3 23 0 50 444 14 66
Binary 10010100 1111011 10011000 11 10011 0 101000 100100100 1100 110110

Color Harmonies of #947B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B98

Black with #947B98

Text Example


Text Example

White with #947B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947B98; }

 p { color: rgb(148,123,152); }

 H1.HeaderClassName
 {
   color: #947B98;
 }
 .AnyTagClassName
 {
   color: #947B98;
 }
</style>

background-color css

<style>
 a { background-color: #947B98; }

 a { background-color: rgb(148,123,152); }

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

border-color css

<style>
 span { border-color: #947B98; }

 span { border-color: rgb(148,123,152); }

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