Html Css Color HEX #9F52FA Medium Purple

📋 copy color: '#9F52FA'

red 159 ◦ green 82 ◦ blue 250

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

Shades of Medium Purple #9F52FA

Tints of Medium Purple #9F52FA

RGB

 RED value IS 159 (62.5% from 255) = 32.38%

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 32.38%
G = 16.7%
B = 50.92%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F52FA (or 0x9F52FA) is known color: Medium Purple. HEX triplet: 9F, 52 and FA. RGB value is (159,82,250). Sum of RGB (Red+Green+Blue) = 159+82+250=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F52FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F52FA is #60AD05. Grayscale: #7B7B7B. Windows color (decimal): -6335750 or 16405151. OLE color: 16405151.

HSL color Cylindrical-coordinate representation of color #9F52FA: hue angle of 267.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F52FA is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 82 250 -
CMYK 0.36 0.67 0 0.02
HSL 267.5º 0.94% 0.65% -
HSV(B) 267.5º 0.67% 0.98% -
XYZ 34.57 20.31 92.54 -
YUV 124.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 159 82 250 0.36 0.67 0 0.02 267.5 0.94 0.65
Hex 9F 52 FA 24 43 0 2 10C 5E 41
Octal 237 122 372 44 103 0 2 414 136 101
Binary 10011111 1010010 11111010 100100 1000011 0 10 100001100 1011110 1000001

Color Harmonies of #9F52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52FA

Black with #9F52FA

Text Example


Text Example

White with #9F52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F52FA; }

 p { color: rgb(159,82,250); }

 H1.HeaderClassName
 {
   color: #9F52FA;
 }
 .AnyTagClassName
 {
   color: #9F52FA;
 }
</style>

background-color css

<style>
 a { background-color: #9F52FA; }

 a { background-color: rgb(159,82,250); }

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

border-color css

<style>
 span { border-color: #9F52FA; }

 span { border-color: rgb(159,82,250); }

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