Html Css Color HEX #9A8DBE Cold Purple

📋 copy color: '#9A8DBE'

red 154 ◦ green 141 ◦ blue 190

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

Shades of Cold Purple #9A8DBE

Tints of Cold Purple #9A8DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 31.75%
G = 29.07%
B = 39.18%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A8DBE (or 0x9A8DBE) is known color: Cold Purple. HEX triplet: 9A, 8D and BE. RGB value is (154,141,190). Sum of RGB (Red+Green+Blue) = 154+141+190=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A8DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DBE is #657241. Grayscale: #969696. Windows color (decimal): -6648386 or 12488090. OLE color: 12488090.

HSL color Cylindrical-coordinate representation of color #9A8DBE: hue angle of 255.92º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A8DBE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 141 190 -
CMYK 0.19 0.26 0 0.25
HSL 255.92º 0.27% 0.65% -
HSV(B) 255.92º 0.26% 0.75% -
XYZ 32.15 29.64 52.74 -
YUV 150.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 154 141 190 0.19 0.26 0 0.25 255.92 0.27 0.65
Hex 9A 8D BE 13 1A 0 19 100 1B 41
Octal 232 215 276 23 32 0 31 400 33 101
Binary 10011010 10001101 10111110 10011 11010 0 11001 100000000 11011 1000001

Color Harmonies of #9A8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8DBE

Black with #9A8DBE

Text Example


Text Example

White with #9A8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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