Html Css Color HEX #9658EA Medium Purple

📋 copy color: '#9658EA'

red 150 ◦ green 88 ◦ blue 234

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

Shades of Medium Purple #9658EA

Tints of Medium Purple #9658EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.64%

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

R = 31.78%
G = 18.64%
B = 49.58%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9658EA (or 0x9658EA) is known color: Medium Purple. HEX triplet: 96, 58 and EA. RGB value is (150,88,234). Sum of RGB (Red+Green+Blue) = 150+88+234=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #9658EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9658EA is #69A715. Grayscale: #7A7A7A. Windows color (decimal): -6924054 or 15358102. OLE color: 15358102.

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

Color convert

RGB 150 88 234 -
CMYK 0.36 0.62 0 0.08
HSL 265.48º 0.78% 0.63% -
HSV(B) 265.48º 0.62% 0.92% -
XYZ 30.92 19.4 79.96 -
YUV 123.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 150 88 234 0.36 0.62 0 0.08 265.48 0.78 0.63
Hex 96 58 EA 24 3E 0 8 109 4E 3F
Octal 226 130 352 44 76 0 10 411 116 77
Binary 10010110 1011000 11101010 100100 111110 0 1000 100001001 1001110 111111

Color Harmonies of #9658EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9658EA

Black with #9658EA

Text Example


Text Example

White with #9658EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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