Html Css Color HEX #956FE9 Medium Purple

📋 copy color: '#956FE9'

red 149 ◦ green 111 ◦ blue 233

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

Shades of Medium Purple #956FE9

Tints of Medium Purple #956FE9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.52%

 BLUE value IS 233 (91.41% from 255) = 47.26%

R = 30.22%
G = 22.52%
B = 47.26%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#956FE9 (or 0x956FE9) is known color: Medium Purple. HEX triplet: 95, 6F and E9. RGB value is (149,111,233). Sum of RGB (Red+Green+Blue) = 149+111+233=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #956FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FE9 is #6A9016. Grayscale: #878787. Windows color (decimal): -6983703 or 15298453. OLE color: 15298453.

HSL color Cylindrical-coordinate representation of color #956FE9: hue angle of 258.69º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956FE9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 111 233 -
CMYK 0.36 0.52 0 0.09
HSL 258.69º 0.73% 0.67% -
HSV(B) 258.69º 0.52% 0.91% -
XYZ 32.79 23.64 79.93 -
YUV 136.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 149 111 233 0.36 0.52 0 0.09 258.69 0.73 0.67
Hex 95 6F E9 24 34 0 9 103 49 43
Octal 225 157 351 44 64 0 11 403 111 103
Binary 10010101 1101111 11101001 100100 110100 0 1001 100000011 1001001 1000011

Color Harmonies of #956FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FE9

Black with #956FE9

Text Example


Text Example

White with #956FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,233); }

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

background-color css

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

 a { background-color: rgb(149,111,233); }

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

border-color css

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

 span { border-color: rgb(149,111,233); }

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