Html Css Color HEX #9354F2 Medium Purple

📋 copy color: '#9354F2'

red 147 ◦ green 84 ◦ blue 242

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

Shades of Medium Purple #9354F2

Tints of Medium Purple #9354F2

RGB

 RED value IS 147 (57.81% from 255) = 31.08%

 GREEN value IS 84 (33.2% from 255) = 17.76%

 BLUE value IS 242 (94.92% from 255) = 51.16%

R = 31.08%
G = 17.76%
B = 51.16%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9354F2 (or 0x9354F2) is known color: Medium Purple. HEX triplet: 93, 54 and F2. RGB value is (147,84,242). Sum of RGB (Red+Green+Blue) = 147+84+242=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #9354F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9354F2 is #6CAB0D. Grayscale: #787878. Windows color (decimal): -7121678 or 15881363. OLE color: 15881363.

HSL color Cylindrical-coordinate representation of color #9354F2: hue angle of 263.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9354F2 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 84 242 -
CMYK 0.39 0.65 0 0.05
HSL 263.92º 0.86% 0.64% -
HSV(B) 263.92º 0.65% 0.95% -
XYZ 31.23 18.95 86.02 -
YUV 120.85 196.37 146.65 -
System Red Green Blue C M Y K H S L
Decimal 147 84 242 0.39 0.65 0 0.05 263.92 0.86 0.64
Hex 93 54 F2 27 41 0 5 108 56 40
Octal 223 124 362 47 101 0 5 410 126 100
Binary 10010011 1010100 11110010 100111 1000001 0 101 100001000 1010110 1000000

Color Harmonies of #9354F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9354F2

Black with #9354F2

Text Example


Text Example

White with #9354F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9354F2; }

 p { color: rgb(147,84,242); }

 H1.HeaderClassName
 {
   color: #9354F2;
 }
 .AnyTagClassName
 {
   color: #9354F2;
 }
</style>

background-color css

<style>
 a { background-color: #9354F2; }

 a { background-color: rgb(147,84,242); }

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

border-color css

<style>
 span { border-color: #9354F2; }

 span { border-color: rgb(147,84,242); }

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