Html Css Color HEX #9651F1 Medium Purple

📋 copy color: '#9651F1'

red 150 ◦ green 81 ◦ blue 241

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

Shades of Medium Purple #9651F1

Tints of Medium Purple #9651F1

RGB

 RED value IS 150 (58.98% from 255) = 31.78%

 GREEN value IS 81 (32.03% from 255) = 17.16%

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

R = 31.78%
G = 17.16%
B = 51.06%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9651F1 (or 0x9651F1) is known color: Medium Purple. HEX triplet: 96, 51 and F1. RGB value is (150,81,241). Sum of RGB (Red+Green+Blue) = 150+81+241=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #9651F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9651F1 is #69AE0E. Grayscale: #777777. Windows color (decimal): -6925839 or 15815062. OLE color: 15815062.

HSL color Cylindrical-coordinate representation of color #9651F1: hue angle of 265.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9651F1 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 81 241 -
CMYK 0.38 0.66 0 0.05
HSL 265.88º 0.85% 0.63% -
HSV(B) 265.88º 0.66% 0.95% -
XYZ 31.4 18.72 85.18 -
YUV 119.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 150 81 241 0.38 0.66 0 0.05 265.88 0.85 0.63
Hex 96 51 F1 26 42 0 5 10A 55 3F
Octal 226 121 361 46 102 0 5 412 125 77
Binary 10010110 1010001 11110001 100110 1000010 0 101 100001010 1010101 111111

Color Harmonies of #9651F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9651F1

Black with #9651F1

Text Example


Text Example

White with #9651F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9651F1; }

 p { color: rgb(150,81,241); }

 H1.HeaderClassName
 {
   color: #9651F1;
 }
 .AnyTagClassName
 {
   color: #9651F1;
 }
</style>

background-color css

<style>
 a { background-color: #9651F1; }

 a { background-color: rgb(150,81,241); }

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

border-color css

<style>
 span { border-color: #9651F1; }

 span { border-color: rgb(150,81,241); }

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