Html Css Color HEX #9675EF Medium Purple

📋 copy color: '#9675EF'

red 150 ◦ green 117 ◦ blue 239

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

Shades of Medium Purple #9675EF

Tints of Medium Purple #9675EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 29.64%
G = 23.12%
B = 47.23%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9675EF (or 0x9675EF) is known color: Medium Purple. HEX triplet: 96, 75 and EF. RGB value is (150,117,239). Sum of RGB (Red+Green+Blue) = 150+117+239=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #9675EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675EF is #698A10. Grayscale: #8C8C8C. Windows color (decimal): -6916625 or 15693206. OLE color: 15693206.

HSL color Cylindrical-coordinate representation of color #9675EF: hue angle of 256.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9675EF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 117 239 -
CMYK 0.37 0.51 0 0.06
HSL 256.23º 0.79% 0.7% -
HSV(B) 256.23º 0.51% 0.94% -
XYZ 34.52 25.44 84.75 -
YUV 140.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 150 117 239 0.37 0.51 0 0.06 256.23 0.79 0.7
Hex 96 75 EF 25 33 0 6 100 4F 46
Octal 226 165 357 45 63 0 6 400 117 106
Binary 10010110 1110101 11101111 100101 110011 0 110 100000000 1001111 1000110

Color Harmonies of #9675EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675EF

Black with #9675EF

Text Example


Text Example

White with #9675EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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