Html Css Color HEX #9675E9 Medium Purple

📋 copy color: '#9675E9'

red 150 ◦ green 117 ◦ blue 233

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

Shades of Medium Purple #9675E9

Tints of Medium Purple #9675E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 30%
G = 23.4%
B = 46.6%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9675E9 (or 0x9675E9) is known color: Medium Purple. HEX triplet: 96, 75 and E9. RGB value is (150,117,233). Sum of RGB (Red+Green+Blue) = 150+117+233=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #9675E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675E9 is #698A16. Grayscale: #8B8B8B. Windows color (decimal): -6916631 or 15299990. OLE color: 15299990.

HSL color Cylindrical-coordinate representation of color #9675E9: hue angle of 257.07º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9675E9 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 117 233 -
CMYK 0.36 0.50 0 0.09
HSL 257.07º 0.73% 0.69% -
HSV(B) 257.07º 0.5% 0.91% -
XYZ 33.65 25.09 80.16 -
YUV 140.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 150 117 233 0.36 0.50 0 0.09 257.07 0.73 0.69
Hex 96 75 E9 24 32 0 9 101 48 45
Octal 226 165 351 44 62 0 11 401 110 105
Binary 10010110 1110101 11101001 100100 110010 0 1001 100000001 1001000 1000101

Color Harmonies of #9675E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675E9

Black with #9675E9

Text Example


Text Example

White with #9675E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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