Html Css Color HEX #9A8AC4 Cold Purple

📋 copy color: '#9A8AC4'

red 154 ◦ green 138 ◦ blue 196

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

Shades of Cold Purple #9A8AC4

Tints of Cold Purple #9A8AC4

RGB

 RED value IS 154 (60.55% from 255) = 31.56%

 GREEN value IS 138 (54.3% from 255) = 28.28%

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 31.56%
G = 28.28%
B = 40.16%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9A8AC4 (or 0x9A8AC4) is known color: Cold Purple. HEX triplet: 9A, 8A and C4. RGB value is (154,138,196). Sum of RGB (Red+Green+Blue) = 154+138+196=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A8AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8AC4 is #65753B. Grayscale: #959595. Windows color (decimal): -6649148 or 12880538. OLE color: 12880538.

HSL color Cylindrical-coordinate representation of color #9A8AC4: hue angle of 256.55º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A8AC4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 138 196 -
CMYK 0.21 0.30 0 0.23
HSL 256.55º 0.33% 0.65% -
HSV(B) 256.55º 0.3% 0.77% -
XYZ 32.38 29.03 56.12 -
YUV 149.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 154 138 196 0.21 0.30 0 0.23 256.55 0.33 0.65
Hex 9A 8A C4 15 1E 0 17 101 21 41
Octal 232 212 304 25 36 0 27 401 41 101
Binary 10011010 10001010 11000100 10101 11110 0 10111 100000001 100001 1000001

Color Harmonies of #9A8AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8AC4

Black with #9A8AC4

Text Example


Text Example

White with #9A8AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8AC4; }

 p { color: rgb(154,138,196); }

 H1.HeaderClassName
 {
   color: #9A8AC4;
 }
 .AnyTagClassName
 {
   color: #9A8AC4;
 }
</style>

background-color css

<style>
 a { background-color: #9A8AC4; }

 a { background-color: rgb(154,138,196); }

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

border-color css

<style>
 span { border-color: #9A8AC4; }

 span { border-color: rgb(154,138,196); }

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