Html Css Color HEX #9452F1 Medium Purple

📋 copy color: '#9452F1'

red 148 ◦ green 82 ◦ blue 241

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

Shades of Medium Purple #9452F1

Tints of Medium Purple #9452F1

RGB

 RED value IS 148 (58.2% from 255) = 31.42%

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

 BLUE value IS 241 (94.53% from 255) = 51.17%

R = 31.42%
G = 17.41%
B = 51.17%

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

#9452F1 (or 0x9452F1) is known color: Medium Purple. HEX triplet: 94, 52 and F1. RGB value is (148,82,241). Sum of RGB (Red+Green+Blue) = 148+82+241=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #9452F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9452F1 is #6BAD0E. Grayscale: #777777. Windows color (decimal): -7056655 or 15815316. OLE color: 15815316.

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

Color convert

RGB 148 82 241 -
CMYK 0.39 0.66 0 0.05
HSL 264.91º 0.85% 0.63% -
HSV(B) 264.91º 0.66% 0.95% -
XYZ 31.11 18.68 85.19 -
YUV 119.86 196.37 148.07 -
System Red Green Blue C M Y K H S L
Decimal 148 82 241 0.39 0.66 0 0.05 264.91 0.85 0.63
Hex 94 52 F1 27 42 0 5 109 55 3F
Octal 224 122 361 47 102 0 5 411 125 77
Binary 10010100 1010010 11110001 100111 1000010 0 101 100001001 1010101 111111

Color Harmonies of #9452F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9452F1

Black with #9452F1

Text Example


Text Example

White with #9452F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9452F1; }

 p { color: rgb(148,82,241); }

 H1.HeaderClassName
 {
   color: #9452F1;
 }
 .AnyTagClassName
 {
   color: #9452F1;
 }
</style>

background-color css

<style>
 a { background-color: #9452F1; }

 a { background-color: rgb(148,82,241); }

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

border-color css

<style>
 span { border-color: #9452F1; }

 span { border-color: rgb(148,82,241); }

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