Html Css Color HEX #9652EA Medium Purple

📋 copy color: '#9652EA'

red 150 ◦ green 82 ◦ blue 234

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

Shades of Medium Purple #9652EA

Tints of Medium Purple #9652EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

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

R = 32.19%
G = 17.6%
B = 50.21%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9652EA (or 0x9652EA) is known color: Medium Purple. HEX triplet: 96, 52 and EA. RGB value is (150,82,234). Sum of RGB (Red+Green+Blue) = 150+82+234=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #9652EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9652EA is #69AD15. Grayscale: #777777. Windows color (decimal): -6925590 or 15356566. OLE color: 15356566.

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

Color convert

RGB 150 82 234 -
CMYK 0.36 0.65 0 0.08
HSL 266.84º 0.78% 0.62% -
HSV(B) 266.84º 0.65% 0.92% -
XYZ 30.45 18.46 79.8 -
YUV 119.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 150 82 234 0.36 0.65 0 0.08 266.84 0.78 0.62
Hex 96 52 EA 24 41 0 8 10B 4E 3E
Octal 226 122 352 44 101 0 10 413 116 76
Binary 10010110 1010010 11101010 100100 1000001 0 1000 100001011 1001110 111110

Color Harmonies of #9652EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9652EA

Black with #9652EA

Text Example


Text Example

White with #9652EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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