Html Css Color HEX #9D7FCC Cold Purple

📋 copy color: '#9D7FCC'

red 157 ◦ green 127 ◦ blue 204

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

Shades of Cold Purple #9D7FCC

Tints of Cold Purple #9D7FCC

RGB

 RED value IS 157 (61.72% from 255) = 32.17%

 GREEN value IS 127 (50% from 255) = 26.02%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 32.17%
G = 26.02%
B = 41.8%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D7FCC (or 0x9D7FCC) is known color: Cold Purple. HEX triplet: 9D, 7F and CC. RGB value is (157,127,204). Sum of RGB (Red+Green+Blue) = 157+127+204=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D7FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FCC is #628033. Grayscale: #909090. Windows color (decimal): -6455348 or 13402013. OLE color: 13402013.

HSL color Cylindrical-coordinate representation of color #9D7FCC: hue angle of 263.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D7FCC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 127 204 -
CMYK 0.23 0.38 0 0.2
HSL 263.38º 0.43% 0.65% -
HSV(B) 263.38º 0.38% 0.8% -
XYZ 32.39 26.71 60.57 -
YUV 144.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 157 127 204 0.23 0.38 0 0.2 263.38 0.43 0.65
Hex 9D 7F CC 17 26 0 14 107 2B 41
Octal 235 177 314 27 46 0 24 407 53 101
Binary 10011101 1111111 11001100 10111 100110 0 10100 100000111 101011 1000001

Color Harmonies of #9D7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7FCC

Black with #9D7FCC

Text Example


Text Example

White with #9D7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,127,204); }

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

background-color css

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

 a { background-color: rgb(157,127,204); }

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

border-color css

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

 span { border-color: rgb(157,127,204); }

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