Html Css Color HEX #9683DA Medium Purple

📋 copy color: '#9683DA'

red 150 ◦ green 131 ◦ blue 218

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

Shades of Medium Purple #9683DA

Tints of Medium Purple #9683DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 30.06%
G = 26.25%
B = 43.69%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9683DA (or 0x9683DA) is known color: Medium Purple. HEX triplet: 96, 83 and DA. RGB value is (150,131,218). Sum of RGB (Red+Green+Blue) = 150+131+218=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9683DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683DA is #697C25. Grayscale: #929292. Windows color (decimal): -6913062 or 14320534. OLE color: 14320534.

HSL color Cylindrical-coordinate representation of color #9683DA: hue angle of 253.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9683DA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 131 218 -
CMYK 0.31 0.40 0 0.15
HSL 253.1º 0.54% 0.68% -
HSV(B) 253.1º 0.4% 0.85% -
XYZ 33.35 27.78 69.93 -
YUV 146.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 150 131 218 0.31 0.40 0 0.15 253.1 0.54 0.68
Hex 96 83 DA 1F 28 0 F FD 36 44
Octal 226 203 332 37 50 0 17 375 66 104
Binary 10010110 10000011 11011010 11111 101000 0 1111 11111101 110110 1000100

Color Harmonies of #9683DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683DA

Black with #9683DA

Text Example


Text Example

White with #9683DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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