Html Css Color HEX #9A8CCE Cold Purple

📋 copy color: '#9A8CCE'

red 154 ◦ green 140 ◦ blue 206

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

Shades of Cold Purple #9A8CCE

Tints of Cold Purple #9A8CCE

RGB

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

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

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

R = 30.8%
G = 28%
B = 41.2%

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

#9A8CCE (or 0x9A8CCE) is known color: Cold Purple. HEX triplet: 9A, 8C and CE. RGB value is (154,140,206). Sum of RGB (Red+Green+Blue) = 154+140+206=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CCE is #657331. Grayscale: #979797. Windows color (decimal): -6648626 or 13536410. OLE color: 13536410.

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

Color convert

RGB 154 140 206 -
CMYK 0.25 0.32 0 0.19
HSL 252.73º 0.4% 0.68% -
HSV(B) 252.73º 0.32% 0.81% -
XYZ 33.85 30.08 62.42 -
YUV 151.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 154 140 206 0.25 0.32 0 0.19 252.73 0.4 0.68
Hex 9A 8C CE 19 20 0 13 FD 28 44
Octal 232 214 316 31 40 0 23 375 50 104
Binary 10011010 10001100 11001110 11001 100000 0 10011 11111101 101000 1000100

Color Harmonies of #9A8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CCE

Black with #9A8CCE

Text Example


Text Example

White with #9A8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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