Html Css Color HEX #9672EA Medium Purple

📋 copy color: '#9672EA'

red 150 ◦ green 114 ◦ blue 234

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

Shades of Medium Purple #9672EA

Tints of Medium Purple #9672EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.89%

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 30.12%
G = 22.89%
B = 46.99%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9672EA (or 0x9672EA) is known color: Medium Purple. HEX triplet: 96, 72 and EA. RGB value is (150,114,234). Sum of RGB (Red+Green+Blue) = 150+114+234=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #9672EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9672EA is #698D15. Grayscale: #8A8A8A. Windows color (decimal): -6917398 or 15364758. OLE color: 15364758.

HSL color Cylindrical-coordinate representation of color #9672EA: hue angle of 258º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9672EA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 114 234 -
CMYK 0.36 0.51 0 0.08
HSL 258º 0.74% 0.68% -
HSV(B) 258º 0.51% 0.92% -
XYZ 33.45 24.46 80.8 -
YUV 138.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 150 114 234 0.36 0.51 0 0.08 258 0.74 0.68
Hex 96 72 EA 24 33 0 8 102 4A 44
Octal 226 162 352 44 63 0 10 402 112 104
Binary 10010110 1110010 11101010 100100 110011 0 1000 100000010 1001010 1000100

Color Harmonies of #9672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672EA

Black with #9672EA

Text Example


Text Example

White with #9672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9672EA; }

 p { color: rgb(150,114,234); }

 H1.HeaderClassName
 {
   color: #9672EA;
 }
 .AnyTagClassName
 {
   color: #9672EA;
 }
</style>

background-color css

<style>
 a { background-color: #9672EA; }

 a { background-color: rgb(150,114,234); }

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

border-color css

<style>
 span { border-color: #9672EA; }

 span { border-color: rgb(150,114,234); }

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