Html Css Color HEX #9675D7 Medium Purple

📋 copy color: '#9675D7'

red 150 ◦ green 117 ◦ blue 215

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

Shades of Medium Purple #9675D7

Tints of Medium Purple #9675D7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.27%

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 31.12%
G = 24.27%
B = 44.61%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9675D7 (or 0x9675D7) is known color: Medium Purple. HEX triplet: 96, 75 and D7. RGB value is (150,117,215). Sum of RGB (Red+Green+Blue) = 150+117+215=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #9675D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675D7 is #698A28. Grayscale: #898989. Windows color (decimal): -6916649 or 14120342. OLE color: 14120342.

HSL color Cylindrical-coordinate representation of color #9675D7: hue angle of 260.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9675D7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 117 215 -
CMYK 0.30 0.46 0 0.16
HSL 260.2º 0.55% 0.65% -
HSV(B) 260.2º 0.46% 0.84% -
XYZ 31.2 24.11 67.3 -
YUV 138.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 150 117 215 0.30 0.46 0 0.16 260.2 0.55 0.65
Hex 96 75 D7 1E 2E 0 10 104 37 41
Octal 226 165 327 36 56 0 20 404 67 101
Binary 10010110 1110101 11010111 11110 101110 0 10000 100000100 110111 1000001

Color Harmonies of #9675D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675D7

Black with #9675D7

Text Example


Text Example

White with #9675D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9675D7; }

 p { color: rgb(150,117,215); }

 H1.HeaderClassName
 {
   color: #9675D7;
 }
 .AnyTagClassName
 {
   color: #9675D7;
 }
</style>

background-color css

<style>
 a { background-color: #9675D7; }

 a { background-color: rgb(150,117,215); }

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

border-color css

<style>
 span { border-color: #9675D7; }

 span { border-color: rgb(150,117,215); }

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