Html Css Color HEX #9A8CBE Cold Purple

📋 copy color: '#9A8CBE'

red 154 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #9A8CBE

Tints of Cold Purple #9A8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

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

R = 31.82%
G = 28.93%
B = 39.26%

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

#9A8CBE (or 0x9A8CBE) is known color: Cold Purple. HEX triplet: 9A, 8C and BE. RGB value is (154,140,190). Sum of RGB (Red+Green+Blue) = 154+140+190=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CBE is #657341. Grayscale: #959595. Windows color (decimal): -6648642 or 12487834. OLE color: 12487834.

HSL color Cylindrical-coordinate representation of color #9A8CBE: hue angle of 256.8º degrees, saturation: 0.28, 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 #9A8CBE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 140 190 -
CMYK 0.19 0.26 0 0.25
HSL 256.8º 0.28% 0.65% -
HSV(B) 256.8º 0.26% 0.75% -
XYZ 32 29.34 52.69 -
YUV 149.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 154 140 190 0.19 0.26 0 0.25 256.8 0.28 0.65
Hex 9A 8C BE 13 1A 0 19 101 1C 41
Octal 232 214 276 23 32 0 31 401 34 101
Binary 10011010 10001100 10111110 10011 11010 0 11001 100000001 11100 1000001

Color Harmonies of #9A8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CBE

Black with #9A8CBE

Text Example


Text Example

White with #9A8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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