Html Css Color HEX #968CA2 Amethyst Smoke

📋 copy color: '#968CA2'

red 150 ◦ green 140 ◦ blue 162

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

Shades of Amethyst Smoke #968CA2

Tints of Amethyst Smoke #968CA2

RGB

 RED value IS 150 (58.98% from 255) = 33.19%

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 33.19%
G = 30.97%
B = 35.84%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#968CA2 (or 0x968CA2) is known color: Amethyst Smoke. HEX triplet: 96, 8C and A2. RGB value is (150,140,162). Sum of RGB (Red+Green+Blue) = 150+140+162=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 162 - color contains mainly: blue. Hex color #968CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CA2 is #69735D. Grayscale: #919191. Windows color (decimal): -6910814 or 10652822. OLE color: 10652822.

HSL color Cylindrical-coordinate representation of color #968CA2: hue angle of 267.27º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968CA2 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 140 162 -
CMYK 0.07 0.14 0 0.36
HSL 267.27º 0.11% 0.59% -
HSV(B) 267.27º 0.14% 0.64% -
XYZ 28.48 27.85 38.06 -
YUV 145.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 150 140 162 0.07 0.14 0 0.36 267.27 0.11 0.59
Hex 96 8C A2 7 E 0 24 10B B 3B
Octal 226 214 242 7 16 0 44 413 13 73
Binary 10010110 10001100 10100010 111 1110 0 100100 100001011 1011 111011

Color Harmonies of #968CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CA2

Black with #968CA2

Text Example


Text Example

White with #968CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968CA2; }

 p { color: rgb(150,140,162); }

 H1.HeaderClassName
 {
   color: #968CA2;
 }
 .AnyTagClassName
 {
   color: #968CA2;
 }
</style>

background-color css

<style>
 a { background-color: #968CA2; }

 a { background-color: rgb(150,140,162); }

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

border-color css

<style>
 span { border-color: #968CA2; }

 span { border-color: rgb(150,140,162); }

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