Html Css Color HEX #9A8DCD Cold Purple

📋 copy color: '#9A8DCD'

red 154 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #9A8DCD

Tints of Cold Purple #9A8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.2%

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

R = 30.8%
G = 28.2%
B = 41%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A8DCD (or 0x9A8DCD) is known color: Cold Purple. HEX triplet: 9A, 8D and CD. RGB value is (154,141,205). Sum of RGB (Red+Green+Blue) = 154+141+205=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCD is #657232. Grayscale: #979797. Windows color (decimal): -6648371 or 13471130. OLE color: 13471130.

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

Color convert

RGB 154 141 205 -
CMYK 0.25 0.31 0 0.20
HSL 252.19º 0.39% 0.68% -
HSV(B) 252.19º 0.31% 0.8% -
XYZ 33.87 30.33 61.83 -
YUV 152.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 154 141 205 0.25 0.31 0 0.20 252.19 0.39 0.68
Hex 9A 8D CD 19 1F 0 14 FC 27 44
Octal 232 215 315 31 37 0 24 374 47 104
Binary 10011010 10001101 11001101 11001 11111 0 10100 11111100 100111 1000100

Color Harmonies of #9A8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8DCD

Black with #9A8DCD

Text Example


Text Example

White with #9A8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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