Html Css Color HEX #9A8ACE Cold Purple

📋 copy color: '#9A8ACE'

red 154 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #9A8ACE

Tints of Cold Purple #9A8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 30.92%
G = 27.71%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A8ACE (or 0x9A8ACE) is known color: Cold Purple. HEX triplet: 9A, 8A and CE. RGB value is (154,138,206). Sum of RGB (Red+Green+Blue) = 154+138+206=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ACE is #657531. Grayscale: #969696. Windows color (decimal): -6649138 or 13535898. OLE color: 13535898.

HSL color Cylindrical-coordinate representation of color #9A8ACE: hue angle of 254.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A8ACE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 138 206 -
CMYK 0.25 0.33 0 0.19
HSL 254.12º 0.41% 0.67% -
HSV(B) 254.12º 0.33% 0.81% -
XYZ 33.56 29.5 62.32 -
YUV 150.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 154 138 206 0.25 0.33 0 0.19 254.12 0.41 0.67
Hex 9A 8A CE 19 21 0 13 FE 29 43
Octal 232 212 316 31 41 0 23 376 51 103
Binary 10011010 10001010 11001110 11001 100001 0 10011 11111110 101001 1000011

Color Harmonies of #9A8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8ACE

Black with #9A8ACE

Text Example


Text Example

White with #9A8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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