Html Css Color HEX #9985D2 Cold Purple

📋 copy color: '#9985D2'

red 153 ◦ green 133 ◦ blue 210

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

Shades of Cold Purple #9985D2

Tints of Cold Purple #9985D2

RGB

 RED value IS 153 (60.16% from 255) = 30.85%

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 30.85%
G = 26.81%
B = 42.34%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9985D2 (or 0x9985D2) is known color: Cold Purple. HEX triplet: 99, 85 and D2. RGB value is (153,133,210). Sum of RGB (Red+Green+Blue) = 153+133+210=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #9985D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9985D2 is #667A2D. Grayscale: #939393. Windows color (decimal): -6715950 or 13796761. OLE color: 13796761.

HSL color Cylindrical-coordinate representation of color #9985D2: hue angle of 255.58º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9985D2 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 133 210 -
CMYK 0.27 0.37 0 0.18
HSL 255.58º 0.46% 0.67% -
HSV(B) 255.58º 0.37% 0.82% -
XYZ 33.16 28.2 64.67 -
YUV 147.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 153 133 210 0.27 0.37 0 0.18 255.58 0.46 0.67
Hex 99 85 D2 1B 25 0 12 100 2E 43
Octal 231 205 322 33 45 0 22 400 56 103
Binary 10011001 10000101 11010010 11011 100101 0 10010 100000000 101110 1000011

Color Harmonies of #9985D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9985D2

Black with #9985D2

Text Example


Text Example

White with #9985D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9985D2; }

 p { color: rgb(153,133,210); }

 H1.HeaderClassName
 {
   color: #9985D2;
 }
 .AnyTagClassName
 {
   color: #9985D2;
 }
</style>

background-color css

<style>
 a { background-color: #9985D2; }

 a { background-color: rgb(153,133,210); }

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

border-color css

<style>
 span { border-color: #9985D2; }

 span { border-color: rgb(153,133,210); }

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