Html Css Color HEX #9A8CCD Cold Purple

📋 copy color: '#9A8CCD'

red 154 ◦ green 140 ◦ blue 205

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

Shades of Cold Purple #9A8CCD

Tints of Cold Purple #9A8CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 30.86%
G = 28.06%
B = 41.08%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A8CCD (or 0x9A8CCD) is known color: Cold Purple. HEX triplet: 9A, 8C and CD. RGB value is (154,140,205). Sum of RGB (Red+Green+Blue) = 154+140+205=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CCD is #657332. Grayscale: #979797. Windows color (decimal): -6648627 or 13470874. OLE color: 13470874.

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

Color convert

RGB 154 140 205 -
CMYK 0.25 0.32 0 0.20
HSL 252.92º 0.39% 0.68% -
HSV(B) 252.92º 0.32% 0.8% -
XYZ 33.72 30.03 61.78 -
YUV 151.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 154 140 205 0.25 0.32 0 0.20 252.92 0.39 0.68
Hex 9A 8C CD 19 20 0 14 FD 27 44
Octal 232 214 315 31 40 0 24 375 47 104
Binary 10011010 10001100 11001101 11001 100000 0 10100 11111101 100111 1000100

Color Harmonies of #9A8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CCD

Black with #9A8CCD

Text Example


Text Example

White with #9A8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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