Html Css Color HEX #9675E7 Medium Purple

📋 copy color: '#9675E7'

red 150 ◦ green 117 ◦ blue 231

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

Shades of Medium Purple #9675E7

Tints of Medium Purple #9675E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.39%

R = 30.12%
G = 23.49%
B = 46.39%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9675E7 (or 0x9675E7) is known color: Medium Purple. HEX triplet: 96, 75 and E7. RGB value is (150,117,231). Sum of RGB (Red+Green+Blue) = 150+117+231=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #9675E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675E7 is #698A18. Grayscale: #8B8B8B. Windows color (decimal): -6916633 or 15168918. OLE color: 15168918.

HSL color Cylindrical-coordinate representation of color #9675E7: hue angle of 257.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9675E7 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 117 231 -
CMYK 0.35 0.49 0 0.09
HSL 257.37º 0.7% 0.68% -
HSV(B) 257.37º 0.49% 0.91% -
XYZ 33.36 24.98 78.66 -
YUV 139.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 150 117 231 0.35 0.49 0 0.09 257.37 0.7 0.68
Hex 96 75 E7 23 31 0 9 101 46 44
Octal 226 165 347 43 61 0 11 401 106 104
Binary 10010110 1110101 11100111 100011 110001 0 1001 100000001 1000110 1000100

Color Harmonies of #9675E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675E7

Black with #9675E7

Text Example


Text Example

White with #9675E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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