Html Css Color HEX #956AF3 Medium Purple

📋 copy color: '#956AF3'

red 149 ◦ green 106 ◦ blue 243

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

Shades of Medium Purple #956AF3

Tints of Medium Purple #956AF3

RGB

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

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

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

R = 29.92%
G = 21.29%
B = 48.8%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#956AF3 (or 0x956AF3) is known color: Medium Purple. HEX triplet: 95, 6A and F3. RGB value is (149,106,243). Sum of RGB (Red+Green+Blue) = 149+106+243=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #956AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AF3 is #6A950C. Grayscale: #858585. Windows color (decimal): -6984973 or 15952533. OLE color: 15952533.

HSL color Cylindrical-coordinate representation of color #956AF3: hue angle of 258.83º degrees, saturation: 0.85, 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 #956AF3 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 106 243 -
CMYK 0.39 0.56 0 0.05
HSL 258.83º 0.85% 0.68% -
HSV(B) 258.83º 0.56% 0.95% -
XYZ 33.73 23.17 87.49 -
YUV 134.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 149 106 243 0.39 0.56 0 0.05 258.83 0.85 0.68
Hex 95 6A F3 27 38 0 5 103 55 44
Octal 225 152 363 47 70 0 5 403 125 104
Binary 10010101 1101010 11110011 100111 111000 0 101 100000011 1010101 1000100

Color Harmonies of #956AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AF3

Black with #956AF3

Text Example


Text Example

White with #956AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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