Html Css Color HEX #9A8ACD Cold Purple

📋 copy color: '#9A8ACD'

red 154 ◦ green 138 ◦ blue 205

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

Shades of Cold Purple #9A8ACD

Tints of Cold Purple #9A8ACD

RGB

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

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

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

R = 30.99%
G = 27.77%
B = 41.25%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A8ACD (or 0x9A8ACD) is known color: Cold Purple. HEX triplet: 9A, 8A and CD. RGB value is (154,138,205). Sum of RGB (Red+Green+Blue) = 154+138+205=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ACD is #657532. Grayscale: #969696. Windows color (decimal): -6649139 or 13470362. OLE color: 13470362.

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

Color convert

RGB 154 138 205 -
CMYK 0.25 0.33 0 0.20
HSL 254.33º 0.4% 0.67% -
HSV(B) 254.33º 0.33% 0.8% -
XYZ 33.43 29.45 61.68 -
YUV 150.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 154 138 205 0.25 0.33 0 0.20 254.33 0.4 0.67
Hex 9A 8A CD 19 21 0 14 FE 28 43
Octal 232 212 315 31 41 0 24 376 50 103
Binary 10011010 10001010 11001101 11001 100001 0 10100 11111110 101000 1000011

Color Harmonies of #9A8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8ACD

Black with #9A8ACD

Text Example


Text Example

White with #9A8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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