Html Css Color HEX #9685DF Medium Purple

📋 copy color: '#9685DF'

red 150 ◦ green 133 ◦ blue 223

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

Shades of Medium Purple #9685DF

Tints of Medium Purple #9685DF

RGB

 RED value IS 150 (58.98% from 255) = 29.64%

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 29.64%
G = 26.28%
B = 44.07%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9685DF (or 0x9685DF) is known color: Medium Purple. HEX triplet: 96, 85 and DF. RGB value is (150,133,223). Sum of RGB (Red+Green+Blue) = 150+133+223=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #9685DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685DF is #697A20. Grayscale: #949494. Windows color (decimal): -6912545 or 14648726. OLE color: 14648726.

HSL color Cylindrical-coordinate representation of color #9685DF: hue angle of 251.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9685DF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 133 223 -
CMYK 0.33 0.40 0 0.13
HSL 251.33º 0.58% 0.7% -
HSV(B) 251.33º 0.4% 0.87% -
XYZ 34.28 28.59 73.52 -
YUV 148.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 150 133 223 0.33 0.40 0 0.13 251.33 0.58 0.7
Hex 96 85 DF 21 28 0 D FB 3A 46
Octal 226 205 337 41 50 0 15 373 72 106
Binary 10010110 10000101 11011111 100001 101000 0 1101 11111011 111010 1000110

Color Harmonies of #9685DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9685DF

Black with #9685DF

Text Example


Text Example

White with #9685DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9685DF; }

 p { color: rgb(150,133,223); }

 H1.HeaderClassName
 {
   color: #9685DF;
 }
 .AnyTagClassName
 {
   color: #9685DF;
 }
</style>

background-color css

<style>
 a { background-color: #9685DF; }

 a { background-color: rgb(150,133,223); }

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

border-color css

<style>
 span { border-color: #9685DF; }

 span { border-color: rgb(150,133,223); }

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