Html Css Color HEX #9785CA Cold Purple

📋 copy color: '#9785CA'

red 151 ◦ green 133 ◦ blue 202

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

Shades of Cold Purple #9785CA

Tints of Cold Purple #9785CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 31.07%
G = 27.37%
B = 41.56%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9785CA (or 0x9785CA) is known color: Cold Purple. HEX triplet: 97, 85 and CA. RGB value is (151,133,202). Sum of RGB (Red+Green+Blue) = 151+133+202=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #9785CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785CA is #687A35. Grayscale: #919191. Windows color (decimal): -6847030 or 13272471. OLE color: 13272471.

HSL color Cylindrical-coordinate representation of color #9785CA: hue angle of 255.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9785CA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 133 202 -
CMYK 0.25 0.34 0 0.21
HSL 255.65º 0.39% 0.66% -
HSV(B) 255.65º 0.34% 0.79% -
XYZ 31.81 27.62 59.53 -
YUV 146.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 151 133 202 0.25 0.34 0 0.21 255.65 0.39 0.66
Hex 97 85 CA 19 22 0 15 100 27 42
Octal 227 205 312 31 42 0 25 400 47 102
Binary 10010111 10000101 11001010 11001 100010 0 10101 100000000 100111 1000010

Color Harmonies of #9785CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785CA

Black with #9785CA

Text Example


Text Example

White with #9785CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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