Html Css Color HEX #9662EB Medium Purple

📋 copy color: '#9662EB'

red 150 ◦ green 98 ◦ blue 235

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

Shades of Medium Purple #9662EB

Tints of Medium Purple #9662EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.29%

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

R = 31.06%
G = 20.29%
B = 48.65%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9662EB (or 0x9662EB) is known color: Medium Purple. HEX triplet: 96, 62 and EB. RGB value is (150,98,235). Sum of RGB (Red+Green+Blue) = 150+98+235=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #9662EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9662EB is #699D14. Grayscale: #808080. Windows color (decimal): -6921493 or 15426198. OLE color: 15426198.

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

Color convert

RGB 150 98 235 -
CMYK 0.36 0.58 0 0.08
HSL 262.77º 0.77% 0.65% -
HSV(B) 262.77º 0.58% 0.92% -
XYZ 31.94 21.22 81.01 -
YUV 129.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 150 98 235 0.36 0.58 0 0.08 262.77 0.77 0.65
Hex 96 62 EB 24 3A 0 8 107 4D 41
Octal 226 142 353 44 72 0 10 407 115 101
Binary 10010110 1100010 11101011 100100 111010 0 1000 100000111 1001101 1000001

Color Harmonies of #9662EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662EB

Black with #9662EB

Text Example


Text Example

White with #9662EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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