Html Css Color HEX #9A87CD Cold Purple

📋 copy color: '#9A87CD'

red 154 ◦ green 135 ◦ blue 205

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

Shades of Cold Purple #9A87CD

Tints of Cold Purple #9A87CD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 31.17%
G = 27.33%
B = 41.5%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A87CD (or 0x9A87CD) is known color: Cold Purple. HEX triplet: 9A, 87 and CD. RGB value is (154,135,205). Sum of RGB (Red+Green+Blue) = 154+135+205=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A87CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87CD is #657832. Grayscale: #949494. Windows color (decimal): -6649907 or 13469594. OLE color: 13469594.

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

Color convert

RGB 154 135 205 -
CMYK 0.25 0.34 0 0.20
HSL 256.29º 0.41% 0.67% -
HSV(B) 256.29º 0.34% 0.8% -
XYZ 33.01 28.61 61.54 -
YUV 148.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 154 135 205 0.25 0.34 0 0.20 256.29 0.41 0.67
Hex 9A 87 CD 19 22 0 14 100 29 43
Octal 232 207 315 31 42 0 24 400 51 103
Binary 10011010 10000111 11001101 11001 100010 0 10100 100000000 101001 1000011

Color Harmonies of #9A87CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A87CD

Black with #9A87CD

Text Example


Text Example

White with #9A87CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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