Html Css Color HEX #956CF1 Medium Purple

📋 copy color: '#956CF1'

red 149 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #956CF1

Tints of Medium Purple #956CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

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

R = 29.92%
G = 21.69%
B = 48.39%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#956CF1 (or 0x956CF1) is known color: Medium Purple. HEX triplet: 95, 6C and F1. RGB value is (149,108,241). Sum of RGB (Red+Green+Blue) = 149+108+241=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #956CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956CF1 is #6A930E. Grayscale: #868686. Windows color (decimal): -6984463 or 15821973. OLE color: 15821973.

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

Color convert

RGB 149 108 241 -
CMYK 0.38 0.55 0 0.05
HSL 258.5º 0.83% 0.68% -
HSV(B) 258.5º 0.55% 0.95% -
XYZ 33.63 23.47 85.98 -
YUV 135.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 149 108 241 0.38 0.55 0 0.05 258.5 0.83 0.68
Hex 95 6C F1 26 37 0 5 102 53 44
Octal 225 154 361 46 67 0 5 402 123 104
Binary 10010101 1101100 11110001 100110 110111 0 101 100000010 1010011 1000100

Color Harmonies of #956CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CF1

Black with #956CF1

Text Example


Text Example

White with #956CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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