Html Css Color HEX #9667EB Medium Purple

📋 copy color: '#9667EB'

red 150 ◦ green 103 ◦ blue 235

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

Shades of Medium Purple #9667EB

Tints of Medium Purple #9667EB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.11%

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

R = 30.74%
G = 21.11%
B = 48.16%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9667EB (or 0x9667EB) is known color: Medium Purple. HEX triplet: 96, 67 and EB. RGB value is (150,103,235). Sum of RGB (Red+Green+Blue) = 150+103+235=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9667EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667EB is #699814. Grayscale: #838383. Windows color (decimal): -6920213 or 15427478. OLE color: 15427478.

HSL color Cylindrical-coordinate representation of color #9667EB: hue angle of 261.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9667EB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 103 235 -
CMYK 0.36 0.56 0 0.08
HSL 261.36º 0.77% 0.66% -
HSV(B) 261.36º 0.56% 0.92% -
XYZ 32.42 22.18 81.17 -
YUV 132.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 150 103 235 0.36 0.56 0 0.08 261.36 0.77 0.66
Hex 96 67 EB 24 38 0 8 105 4D 42
Octal 226 147 353 44 70 0 10 405 115 102
Binary 10010110 1100111 11101011 100100 111000 0 1000 100000101 1001101 1000010

Color Harmonies of #9667EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667EB

Black with #9667EB

Text Example


Text Example

White with #9667EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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