Html Css Color HEX #9672EB Medium Purple

📋 copy color: '#9672EB'

red 150 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #9672EB

Tints of Medium Purple #9672EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 30.06%
G = 22.85%
B = 47.09%

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

#9672EB (or 0x9672EB) is known color: Medium Purple. HEX triplet: 96, 72 and EB. RGB value is (150,114,235). Sum of RGB (Red+Green+Blue) = 150+114+235=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9672EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9672EB is #698D14. Grayscale: #8A8A8A. Windows color (decimal): -6917397 or 15430294. OLE color: 15430294.

HSL color Cylindrical-coordinate representation of color #9672EB: hue angle of 257.85º degrees, saturation: 0.75, 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 #9672EB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 114 235 -
CMYK 0.36 0.51 0 0.08
HSL 257.85º 0.75% 0.68% -
HSV(B) 257.85º 0.51% 0.92% -
XYZ 33.59 24.52 81.56 -
YUV 138.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 150 114 235 0.36 0.51 0 0.08 257.85 0.75 0.68
Hex 96 72 EB 24 33 0 8 102 4B 44
Octal 226 162 353 44 63 0 10 402 113 104
Binary 10010110 1110010 11101011 100100 110011 0 1000 100000010 1001011 1000100

Color Harmonies of #9672EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672EB

Black with #9672EB

Text Example


Text Example

White with #9672EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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