Html Css Color HEX #9A8DCE Cold Purple

📋 copy color: '#9A8DCE'

red 154 ◦ green 141 ◦ blue 206

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

Shades of Cold Purple #9A8DCE

Tints of Cold Purple #9A8DCE

RGB

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

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

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

R = 30.74%
G = 28.14%
B = 41.12%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A8DCE (or 0x9A8DCE) is known color: Cold Purple. HEX triplet: 9A, 8D and CE. RGB value is (154,141,206). Sum of RGB (Red+Green+Blue) = 154+141+206=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A8DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCE is #657231. Grayscale: #989898. Windows color (decimal): -6648370 or 13536666. OLE color: 13536666.

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

Color convert

RGB 154 141 206 -
CMYK 0.25 0.32 0 0.19
HSL 252º 0.4% 0.68% -
HSV(B) 252º 0.32% 0.81% -
XYZ 33.99 30.38 62.46 -
YUV 152.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 154 141 206 0.25 0.32 0 0.19 252 0.4 0.68
Hex 9A 8D CE 19 20 0 13 FC 28 44
Octal 232 215 316 31 40 0 23 374 50 104
Binary 10011010 10001101 11001110 11001 100000 0 10011 11111100 101000 1000100

Color Harmonies of #9A8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8DCE

Black with #9A8DCE

Text Example


Text Example

White with #9A8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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