Html Css Color HEX #956CF3 Medium Purple

📋 copy color: '#956CF3'

red 149 ◦ green 108 ◦ blue 243

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

Shades of Medium Purple #956CF3

Tints of Medium Purple #956CF3

RGB

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

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

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

R = 29.8%
G = 21.6%
B = 48.6%

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

#956CF3 (or 0x956CF3) is known color: Medium Purple. HEX triplet: 95, 6C and F3. RGB value is (149,108,243). Sum of RGB (Red+Green+Blue) = 149+108+243=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #956CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956CF3 is #6A930C. Grayscale: #878787. Windows color (decimal): -6984461 or 15953045. OLE color: 15953045.

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

Color convert

RGB 149 108 243 -
CMYK 0.39 0.56 0 0.05
HSL 258.22º 0.85% 0.69% -
HSV(B) 258.22º 0.56% 0.95% -
XYZ 33.93 23.59 87.56 -
YUV 135.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 149 108 243 0.39 0.56 0 0.05 258.22 0.85 0.69
Hex 95 6C F3 27 38 0 5 102 55 45
Octal 225 154 363 47 70 0 5 402 125 105
Binary 10010101 1101100 11110011 100111 111000 0 101 100000010 1010101 1000101

Color Harmonies of #956CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CF3

Black with #956CF3

Text Example


Text Example

White with #956CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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