Html Css Color HEX #9C7FCB Cold Purple

📋 copy color: '#9C7FCB'

red 156 ◦ green 127 ◦ blue 203

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

Shades of Cold Purple #9C7FCB

Tints of Cold Purple #9C7FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 32.1%
G = 26.13%
B = 41.77%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C7FCB (or 0x9C7FCB) is known color: Cold Purple. HEX triplet: 9C, 7F and CB. RGB value is (156,127,203). Sum of RGB (Red+Green+Blue) = 156+127+203=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FCB is #638034. Grayscale: #909090. Windows color (decimal): -6520885 or 13336476. OLE color: 13336476.

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

Color convert

RGB 156 127 203 -
CMYK 0.23 0.37 0 0.20
HSL 262.89º 0.42% 0.65% -
HSV(B) 262.89º 0.37% 0.8% -
XYZ 32.08 26.56 59.94 -
YUV 144.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 156 127 203 0.23 0.37 0 0.20 262.89 0.42 0.65
Hex 9C 7F CB 17 25 0 14 107 2A 41
Octal 234 177 313 27 45 0 24 407 52 101
Binary 10011100 1111111 11001011 10111 100101 0 10100 100000111 101010 1000001

Color Harmonies of #9C7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FCB

Black with #9C7FCB

Text Example


Text Example

White with #9C7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,127,203); }

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

background-color css

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

 a { background-color: rgb(156,127,203); }

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

border-color css

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

 span { border-color: rgb(156,127,203); }

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