Html Css Color HEX #9C8CCF Cold Purple

📋 copy color: '#9C8CCF'

red 156 ◦ green 140 ◦ blue 207

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

Shades of Cold Purple #9C8CCF

Tints of Cold Purple #9C8CCF

RGB

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

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

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

R = 31.01%
G = 27.83%
B = 41.15%

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

#9C8CCF (or 0x9C8CCF) is known color: Cold Purple. HEX triplet: 9C, 8C and CF. RGB value is (156,140,207). Sum of RGB (Red+Green+Blue) = 156+140+207=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CCF is #637330. Grayscale: #989898. Windows color (decimal): -6517553 or 13601948. OLE color: 13601948.

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

Color convert

RGB 156 140 207 -
CMYK 0.25 0.32 0 0.19
HSL 254.33º 0.41% 0.68% -
HSV(B) 254.33º 0.32% 0.81% -
XYZ 34.35 30.33 63.08 -
YUV 152.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 156 140 207 0.25 0.32 0 0.19 254.33 0.41 0.68
Hex 9C 8C CF 19 20 0 13 FE 29 44
Octal 234 214 317 31 40 0 23 376 51 104
Binary 10011100 10001100 11001111 11001 100000 0 10011 11111110 101001 1000100

Color Harmonies of #9C8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CCF

Black with #9C8CCF

Text Example


Text Example

White with #9C8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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