Html Css Color HEX #956AF1 Medium Purple

📋 copy color: '#956AF1'

red 149 ◦ green 106 ◦ blue 241

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

Shades of Medium Purple #956AF1

Tints of Medium Purple #956AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

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

R = 30.04%
G = 21.37%
B = 48.59%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#956AF1 (or 0x956AF1) is known color: Medium Purple. HEX triplet: 95, 6A and F1. RGB value is (149,106,241). Sum of RGB (Red+Green+Blue) = 149+106+241=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #956AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AF1 is #6A950E. Grayscale: #858585. Windows color (decimal): -6984975 or 15821461. OLE color: 15821461.

HSL color Cylindrical-coordinate representation of color #956AF1: hue angle of 259.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956AF1 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 106 241 -
CMYK 0.38 0.56 0 0.05
HSL 259.11º 0.83% 0.68% -
HSV(B) 259.11º 0.56% 0.95% -
XYZ 33.43 23.05 85.91 -
YUV 134.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 149 106 241 0.38 0.56 0 0.05 259.11 0.83 0.68
Hex 95 6A F1 26 38 0 5 103 53 44
Octal 225 152 361 46 70 0 5 403 123 104
Binary 10010101 1101010 11110001 100110 111000 0 101 100000011 1010011 1000100

Color Harmonies of #956AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AF1

Black with #956AF1

Text Example


Text Example

White with #956AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956AF1; }

 p { color: rgb(149,106,241); }

 H1.HeaderClassName
 {
   color: #956AF1;
 }
 .AnyTagClassName
 {
   color: #956AF1;
 }
</style>

background-color css

<style>
 a { background-color: #956AF1; }

 a { background-color: rgb(149,106,241); }

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

border-color css

<style>
 span { border-color: #956AF1; }

 span { border-color: rgb(149,106,241); }

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