Html Css Color HEX #9683EB Medium Purple

📋 copy color: '#9683EB'

red 150 ◦ green 131 ◦ blue 235

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

Shades of Medium Purple #9683EB

Tints of Medium Purple #9683EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 29.07%
G = 25.39%
B = 45.54%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9683EB (or 0x9683EB) is known color: Medium Purple. HEX triplet: 96, 83 and EB. RGB value is (150,131,235). Sum of RGB (Red+Green+Blue) = 150+131+235=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #9683EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683EB is #697C14. Grayscale: #949494. Windows color (decimal): -6913045 or 15434646. OLE color: 15434646.

HSL color Cylindrical-coordinate representation of color #9683EB: hue angle of 250.96º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9683EB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 131 235 -
CMYK 0.36 0.44 0 0.08
HSL 250.96º 0.72% 0.72% -
HSV(B) 250.96º 0.44% 0.92% -
XYZ 35.69 28.71 82.26 -
YUV 148.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 150 131 235 0.36 0.44 0 0.08 250.96 0.72 0.72
Hex 96 83 EB 24 2C 0 8 FB 48 48
Octal 226 203 353 44 54 0 10 373 110 110
Binary 10010110 10000011 11101011 100100 101100 0 1000 11111011 1001000 1001000

Color Harmonies of #9683EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683EB

Black with #9683EB

Text Example


Text Example

White with #9683EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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