Html Css Color HEX #9C8DCF Cold Purple

📋 copy color: '#9C8DCF'

red 156 ◦ green 141 ◦ blue 207

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

Shades of Cold Purple #9C8DCF

Tints of Cold Purple #9C8DCF

RGB

 RED value IS 156 (61.33% from 255) = 30.95%

 GREEN value IS 141 (55.47% from 255) = 27.98%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 30.95%
G = 27.98%
B = 41.07%

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

#9C8DCF (or 0x9C8DCF) is known color: Cold Purple. HEX triplet: 9C, 8D and CF. RGB value is (156,141,207). Sum of RGB (Red+Green+Blue) = 156+141+207=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DCF is #637230. Grayscale: #989898. Windows color (decimal): -6517297 or 13602204. OLE color: 13602204.

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

Color convert

RGB 156 141 207 -
CMYK 0.25 0.32 0 0.19
HSL 253.64º 0.41% 0.68% -
HSV(B) 253.64º 0.32% 0.81% -
XYZ 34.5 30.62 63.12 -
YUV 153.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 156 141 207 0.25 0.32 0 0.19 253.64 0.41 0.68
Hex 9C 8D CF 19 20 0 13 FE 29 44
Octal 234 215 317 31 40 0 23 376 51 104
Binary 10011100 10001101 11001111 11001 100000 0 10011 11111110 101001 1000100

Color Harmonies of #9C8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DCF

Black with #9C8DCF

Text Example


Text Example

White with #9C8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,141,207); }

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

background-color css

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

 a { background-color: rgb(156,141,207); }

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

border-color css

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

 span { border-color: rgb(156,141,207); }

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