Html Css Color HEX #9A7FCC Cold Purple

📋 copy color: '#9A7FCC'

red 154 ◦ green 127 ◦ blue 204

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

Shades of Cold Purple #9A7FCC

Tints of Cold Purple #9A7FCC

RGB

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

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

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

R = 31.75%
G = 26.19%
B = 42.06%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A7FCC (or 0x9A7FCC) is known color: Cold Purple. HEX triplet: 9A, 7F and CC. RGB value is (154,127,204). Sum of RGB (Red+Green+Blue) = 154+127+204=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A7FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FCC is #658033. Grayscale: #8F8F8F. Windows color (decimal): -6651956 or 13402010. OLE color: 13402010.

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

Color convert

RGB 154 127 204 -
CMYK 0.25 0.38 0 0.2
HSL 261.04º 0.43% 0.65% -
HSV(B) 261.04º 0.38% 0.8% -
XYZ 31.81 26.41 60.55 -
YUV 143.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 154 127 204 0.25 0.38 0 0.2 261.04 0.43 0.65
Hex 9A 7F CC 19 26 0 14 105 2B 41
Octal 232 177 314 31 46 0 24 405 53 101
Binary 10011010 1111111 11001100 11001 100110 0 10100 100000101 101011 1000001

Color Harmonies of #9A7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7FCC

Black with #9A7FCC

Text Example


Text Example

White with #9A7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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