Html Css Color HEX #9369EB Medium Purple

📋 copy color: '#9369EB'

red 147 ◦ green 105 ◦ blue 235

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

Shades of Medium Purple #9369EB

Tints of Medium Purple #9369EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.56%

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

R = 30.18%
G = 21.56%
B = 48.25%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9369EB (or 0x9369EB) is known color: Medium Purple. HEX triplet: 93, 69 and EB. RGB value is (147,105,235). Sum of RGB (Red+Green+Blue) = 147+105+235=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #9369EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9369EB is #6C9614. Grayscale: #838383. Windows color (decimal): -7116309 or 15427987. OLE color: 15427987.

HSL color Cylindrical-coordinate representation of color #9369EB: hue angle of 259.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9369EB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 105 235 -
CMYK 0.37 0.55 0 0.08
HSL 259.38º 0.76% 0.67% -
HSV(B) 259.38º 0.55% 0.92% -
XYZ 32.08 22.3 81.21 -
YUV 132.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 147 105 235 0.37 0.55 0 0.08 259.38 0.76 0.67
Hex 93 69 EB 25 37 0 8 103 4C 43
Octal 223 151 353 45 67 0 10 403 114 103
Binary 10010011 1101001 11101011 100101 110111 0 1000 100000011 1001100 1000011

Color Harmonies of #9369EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369EB

Black with #9369EB

Text Example


Text Example

White with #9369EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,105,235); }

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

background-color css

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

 a { background-color: rgb(147,105,235); }

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

border-color css

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

 span { border-color: rgb(147,105,235); }

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