Html Css Color HEX #9A8BCE Cold Purple

📋 copy color: '#9A8BCE'

red 154 ◦ green 139 ◦ blue 206

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

Shades of Cold Purple #9A8BCE

Tints of Cold Purple #9A8BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.86%

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

R = 30.86%
G = 27.86%
B = 41.28%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A8BCE (or 0x9A8BCE) is known color: Cold Purple. HEX triplet: 9A, 8B and CE. RGB value is (154,139,206). Sum of RGB (Red+Green+Blue) = 154+139+206=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BCE is #657431. Grayscale: #969696. Windows color (decimal): -6648882 or 13536154. OLE color: 13536154.

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

Color convert

RGB 154 139 206 -
CMYK 0.25 0.33 0 0.19
HSL 253.43º 0.41% 0.68% -
HSV(B) 253.43º 0.33% 0.81% -
XYZ 33.7 29.79 62.37 -
YUV 151.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 154 139 206 0.25 0.33 0 0.19 253.43 0.41 0.68
Hex 9A 8B CE 19 21 0 13 FD 29 44
Octal 232 213 316 31 41 0 23 375 51 104
Binary 10011010 10001011 11001110 11001 100001 0 10011 11111101 101001 1000100

Color Harmonies of #9A8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8BCE

Black with #9A8BCE

Text Example


Text Example

White with #9A8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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