Html Css Color HEX #954FF3 Medium Purple

📋 copy color: '#954FF3'

red 149 ◦ green 79 ◦ blue 243

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

Shades of Medium Purple #954FF3

Tints of Medium Purple #954FF3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.77%

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

R = 31.63%
G = 16.77%
B = 51.59%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#954FF3 (or 0x954FF3) is known color: Medium Purple. HEX triplet: 95, 4F and F3. RGB value is (149,79,243). Sum of RGB (Red+Green+Blue) = 149+79+243=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #954FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FF3 is #6AB00C. Grayscale: #767676. Windows color (decimal): -6991885 or 15945621. OLE color: 15945621.

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

Color convert

RGB 149 79 243 -
CMYK 0.39 0.67 0 0.05
HSL 265.61º 0.87% 0.63% -
HSV(B) 265.61º 0.67% 0.95% -
XYZ 31.37 18.45 86.7 -
YUV 118.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 149 79 243 0.39 0.67 0 0.05 265.61 0.87 0.63
Hex 95 4F F3 27 43 0 5 10A 57 3F
Octal 225 117 363 47 103 0 5 412 127 77
Binary 10010101 1001111 11110011 100111 1000011 0 101 100001010 1010111 111111

Color Harmonies of #954FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FF3

Black with #954FF3

Text Example


Text Example

White with #954FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954FF3; }

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

 H1.HeaderClassName
 {
   color: #954FF3;
 }
 .AnyTagClassName
 {
   color: #954FF3;
 }
</style>

background-color css

<style>
 a { background-color: #954FF3; }

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

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

border-color css

<style>
 span { border-color: #954FF3; }

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

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