Html Css Color HEX #9785C8 Cold Purple

📋 copy color: '#9785C8'

red 151 ◦ green 133 ◦ blue 200

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

Shades of Cold Purple #9785C8

Tints of Cold Purple #9785C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.32%

R = 31.2%
G = 27.48%
B = 41.32%

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

#9785C8 (or 0x9785C8) is known color: Cold Purple. HEX triplet: 97, 85 and C8. RGB value is (151,133,200). Sum of RGB (Red+Green+Blue) = 151+133+200=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #9785C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785C8 is #687A37. Grayscale: #919191. Windows color (decimal): -6847032 or 13141399. OLE color: 13141399.

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

Color convert

RGB 151 133 200 -
CMYK 0.24 0.34 0 0.22
HSL 256.12º 0.38% 0.65% -
HSV(B) 256.12º 0.34% 0.78% -
XYZ 31.58 27.52 58.29 -
YUV 146.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 151 133 200 0.24 0.34 0 0.22 256.12 0.38 0.65
Hex 97 85 C8 18 22 0 16 100 26 41
Octal 227 205 310 30 42 0 26 400 46 101
Binary 10010111 10000101 11001000 11000 100010 0 10110 100000000 100110 1000001

Color Harmonies of #9785C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785C8

Black with #9785C8

Text Example


Text Example

White with #9785C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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