Html Css Color HEX #9784C7 Cold Purple

📋 copy color: '#9784C7'

red 151 ◦ green 132 ◦ blue 199

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

Shades of Cold Purple #9784C7

Tints of Cold Purple #9784C7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 31.33%
G = 27.39%
B = 41.29%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9784C7 (or 0x9784C7) is known color: Cold Purple. HEX triplet: 97, 84 and C7. RGB value is (151,132,199). Sum of RGB (Red+Green+Blue) = 151+132+199=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #9784C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784C7 is #687B38. Grayscale: #919191. Windows color (decimal): -6847289 or 13075607. OLE color: 13075607.

HSL color Cylindrical-coordinate representation of color #9784C7: hue angle of 257.01º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9784C7 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 132 199 -
CMYK 0.24 0.34 0 0.22
HSL 257.01º 0.37% 0.65% -
HSV(B) 257.01º 0.34% 0.78% -
XYZ 31.32 27.21 57.63 -
YUV 145.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 151 132 199 0.24 0.34 0 0.22 257.01 0.37 0.65
Hex 97 84 C7 18 22 0 16 101 25 41
Octal 227 204 307 30 42 0 26 401 45 101
Binary 10010111 10000100 11000111 11000 100010 0 10110 100000001 100101 1000001

Color Harmonies of #9784C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9784C7

Black with #9784C7

Text Example


Text Example

White with #9784C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9784C7; }

 p { color: rgb(151,132,199); }

 H1.HeaderClassName
 {
   color: #9784C7;
 }
 .AnyTagClassName
 {
   color: #9784C7;
 }
</style>

background-color css

<style>
 a { background-color: #9784C7; }

 a { background-color: rgb(151,132,199); }

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

border-color css

<style>
 span { border-color: #9784C7; }

 span { border-color: rgb(151,132,199); }

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