Html Css Color HEX #9662EE Medium Purple

📋 copy color: '#9662EE'

red 150 ◦ green 98 ◦ blue 238

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

Shades of Medium Purple #9662EE

Tints of Medium Purple #9662EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 30.86%
G = 20.16%
B = 48.97%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9662EE (or 0x9662EE) is known color: Medium Purple. HEX triplet: 96, 62 and EE. RGB value is (150,98,238). Sum of RGB (Red+Green+Blue) = 150+98+238=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #9662EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9662EE is #699D11. Grayscale: #818181. Windows color (decimal): -6921490 or 15622806. OLE color: 15622806.

HSL color Cylindrical-coordinate representation of color #9662EE: hue angle of 262.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9662EE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 98 238 -
CMYK 0.37 0.59 0 0.07
HSL 262.29º 0.8% 0.66% -
HSV(B) 262.29º 0.59% 0.93% -
XYZ 32.38 21.39 83.31 -
YUV 129.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 150 98 238 0.37 0.59 0 0.07 262.29 0.8 0.66
Hex 96 62 EE 25 3B 0 7 106 50 42
Octal 226 142 356 45 73 0 7 406 120 102
Binary 10010110 1100010 11101110 100101 111011 0 111 100000110 1010000 1000010

Color Harmonies of #9662EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662EE

Black with #9662EE

Text Example


Text Example

White with #9662EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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