Html Css Color HEX #9785B3 Cold Purple

📋 copy color: '#9785B3'

red 151 ◦ green 133 ◦ blue 179

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

Shades of Cold Purple #9785B3

Tints of Cold Purple #9785B3

RGB

 RED value IS 151 (59.38% from 255) = 32.61%

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 32.61%
G = 28.73%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9785B3 (or 0x9785B3) is known color: Cold Purple. HEX triplet: 97, 85 and B3. RGB value is (151,133,179). Sum of RGB (Red+Green+Blue) = 151+133+179=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #9785B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785B3 is #687A4C. Grayscale: #8F8F8F. Windows color (decimal): -6847053 or 11765143. OLE color: 11765143.

HSL color Cylindrical-coordinate representation of color #9785B3: hue angle of 263.48º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9785B3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 133 179 -
CMYK 0.16 0.26 0 0.30
HSL 263.48º 0.23% 0.61% -
HSV(B) 263.48º 0.26% 0.7% -
XYZ 29.29 26.61 46.24 -
YUV 143.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 151 133 179 0.16 0.26 0 0.30 263.48 0.23 0.61
Hex 97 85 B3 10 1A 0 1E 107 17 3D
Octal 227 205 263 20 32 0 36 407 27 75
Binary 10010111 10000101 10110011 10000 11010 0 11110 100000111 10111 111101

Color Harmonies of #9785B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785B3

Black with #9785B3

Text Example


Text Example

White with #9785B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9785B3; }

 p { color: rgb(151,133,179); }

 H1.HeaderClassName
 {
   color: #9785B3;
 }
 .AnyTagClassName
 {
   color: #9785B3;
 }
</style>

background-color css

<style>
 a { background-color: #9785B3; }

 a { background-color: rgb(151,133,179); }

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

border-color css

<style>
 span { border-color: #9785B3; }

 span { border-color: rgb(151,133,179); }

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