Html Css Color HEX #9683DF Medium Purple

📋 copy color: '#9683DF'

red 150 ◦ green 131 ◦ blue 223

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

Shades of Medium Purple #9683DF

Tints of Medium Purple #9683DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.99%

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

R = 29.76%
G = 25.99%
B = 44.25%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9683DF (or 0x9683DF) is known color: Medium Purple. HEX triplet: 96, 83 and DF. RGB value is (150,131,223). Sum of RGB (Red+Green+Blue) = 150+131+223=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9683DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683DF is #697C20. Grayscale: #929292. Windows color (decimal): -6913057 or 14648214. OLE color: 14648214.

HSL color Cylindrical-coordinate representation of color #9683DF: hue angle of 252.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9683DF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 131 223 -
CMYK 0.33 0.41 0 0.13
HSL 252.39º 0.59% 0.69% -
HSV(B) 252.39º 0.41% 0.87% -
XYZ 34.01 28.04 73.43 -
YUV 147.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 150 131 223 0.33 0.41 0 0.13 252.39 0.59 0.69
Hex 96 83 DF 21 29 0 D FC 3B 45
Octal 226 203 337 41 51 0 15 374 73 105
Binary 10010110 10000011 11011111 100001 101001 0 1101 11111100 111011 1000101

Color Harmonies of #9683DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683DF

Black with #9683DF

Text Example


Text Example

White with #9683DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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