Html Css Color HEX #9552F7 Medium Purple

📋 copy color: '#9552F7'

red 149 ◦ green 82 ◦ blue 247

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

Shades of Medium Purple #9552F7

Tints of Medium Purple #9552F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 31.17%
G = 17.15%
B = 51.67%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9552F7 (or 0x9552F7) is known color: Medium Purple. HEX triplet: 95, 52 and F7. RGB value is (149,82,247). Sum of RGB (Red+Green+Blue) = 149+82+247=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #9552F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9552F7 is #6AAD08. Grayscale: #787878. Windows color (decimal): -6991113 or 16208533. OLE color: 16208533.

HSL color Cylindrical-coordinate representation of color #9552F7: hue angle of 264.36º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9552F7 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 82 247 -
CMYK 0.40 0.67 0 0.03
HSL 264.36º 0.91% 0.65% -
HSV(B) 264.36º 0.67% 0.97% -
XYZ 32.2 19.14 89.99 -
YUV 120.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 149 82 247 0.40 0.67 0 0.03 264.36 0.91 0.65
Hex 95 52 F7 28 43 0 3 108 5B 41
Octal 225 122 367 50 103 0 3 410 133 101
Binary 10010101 1010010 11110111 101000 1000011 0 11 100001000 1011011 1000001

Color Harmonies of #9552F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552F7

Black with #9552F7

Text Example


Text Example

White with #9552F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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