Html Css Color HEX #9675DF Medium Purple

📋 copy color: '#9675DF'

red 150 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #9675DF

Tints of Medium Purple #9675DF

RGB

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

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

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

R = 30.61%
G = 23.88%
B = 45.51%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9675DF (or 0x9675DF) is known color: Medium Purple. HEX triplet: 96, 75 and DF. RGB value is (150,117,223). Sum of RGB (Red+Green+Blue) = 150+117+223=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9675DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DF is #698A20. Grayscale: #8A8A8A. Windows color (decimal): -6916641 or 14644630. OLE color: 14644630.

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

Color convert

RGB 150 117 223 -
CMYK 0.33 0.48 0 0.13
HSL 258.68º 0.62% 0.67% -
HSV(B) 258.68º 0.48% 0.87% -
XYZ 32.26 24.53 72.85 -
YUV 138.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 150 117 223 0.33 0.48 0 0.13 258.68 0.62 0.67
Hex 96 75 DF 21 30 0 D 103 3E 43
Octal 226 165 337 41 60 0 15 403 76 103
Binary 10010110 1110101 11011111 100001 110000 0 1101 100000011 111110 1000011

Color Harmonies of #9675DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675DF

Black with #9675DF

Text Example


Text Example

White with #9675DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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