Html Css Color HEX #9552F3 Medium Purple

📋 copy color: '#9552F3'

red 149 ◦ green 82 ◦ blue 243

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

Shades of Medium Purple #9552F3

Tints of Medium Purple #9552F3

RGB

 RED value IS 149 (58.59% from 255) = 31.43%

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

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 31.43%
G = 17.3%
B = 51.27%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9552F3 (or 0x9552F3) is known color: Medium Purple. HEX triplet: 95, 52 and F3. RGB value is (149,82,243). Sum of RGB (Red+Green+Blue) = 149+82+243=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #9552F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9552F3 is #6AAD0C. Grayscale: #777777. Windows color (decimal): -6991117 or 15946389. OLE color: 15946389.

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

Color convert

RGB 149 82 243 -
CMYK 0.39 0.66 0 0.05
HSL 264.97º 0.87% 0.64% -
HSV(B) 264.97º 0.66% 0.95% -
XYZ 31.59 18.9 86.78 -
YUV 120.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 149 82 243 0.39 0.66 0 0.05 264.97 0.87 0.64
Hex 95 52 F3 27 42 0 5 109 57 40
Octal 225 122 363 47 102 0 5 411 127 100
Binary 10010101 1010010 11110011 100111 1000010 0 101 100001001 1010111 1000000

Color Harmonies of #9552F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552F3

Black with #9552F3

Text Example


Text Example

White with #9552F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9552F3; }

 p { color: rgb(149,82,243); }

 H1.HeaderClassName
 {
   color: #9552F3;
 }
 .AnyTagClassName
 {
   color: #9552F3;
 }
</style>

background-color css

<style>
 a { background-color: #9552F3; }

 a { background-color: rgb(149,82,243); }

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

border-color css

<style>
 span { border-color: #9552F3; }

 span { border-color: rgb(149,82,243); }

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