Html Css Color HEX #9C93AF Cold Purple

📋 copy color: '#9C93AF'

red 156 ◦ green 147 ◦ blue 175

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

Shades of Cold Purple #9C93AF

Tints of Cold Purple #9C93AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 32.64%
G = 30.75%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9C93AF (or 0x9C93AF) is known color: Cold Purple. HEX triplet: 9C, 93 and AF. RGB value is (156,147,175). Sum of RGB (Red+Green+Blue) = 156+147+175=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C93AF is #636C50. Grayscale: #989898. Windows color (decimal): -6515793 or 11506588. OLE color: 11506588.

HSL color Cylindrical-coordinate representation of color #9C93AF: hue angle of 259.29º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C93AF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 147 175 -
CMYK 0.11 0.16 0 0.31
HSL 259.29º 0.15% 0.63% -
HSV(B) 259.29º 0.16% 0.69% -
XYZ 31.88 31.03 44.87 -
YUV 152.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 156 147 175 0.11 0.16 0 0.31 259.29 0.15 0.63
Hex 9C 93 AF B 10 0 1F 103 F 3F
Octal 234 223 257 13 20 0 37 403 17 77
Binary 10011100 10010011 10101111 1011 10000 0 11111 100000011 1111 111111

Color Harmonies of #9C93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C93AF

Black with #9C93AF

Text Example


Text Example

White with #9C93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,147,175); }

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

background-color css

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

 a { background-color: rgb(156,147,175); }

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

border-color css

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

 span { border-color: rgb(156,147,175); }

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