Html Css Color HEX #9640F1 Blue Violet

📋 copy color: '#9640F1'

red 150 ◦ green 64 ◦ blue 241

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

Shades of Blue Violet #9640F1

Tints of Blue Violet #9640F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.07%

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

R = 32.97%
G = 14.07%
B = 52.97%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9640F1 (or 0x9640F1) is known color: Blue Violet. HEX triplet: 96, 40 and F1. RGB value is (150,64,241). Sum of RGB (Red+Green+Blue) = 150+64+241=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #9640F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9640F1 is #69BF0E. Grayscale: #6D6D6D. Windows color (decimal): -6930191 or 15810710. OLE color: 15810710.

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

Color convert

RGB 150 64 241 -
CMYK 0.38 0.73 0 0.05
HSL 269.15º 0.86% 0.6% -
HSV(B) 269.15º 0.73% 0.95% -
XYZ 30.29 16.5 84.81 -
YUV 109.89 201.99 156.61 -
System Red Green Blue C M Y K H S L
Decimal 150 64 241 0.38 0.73 0 0.05 269.15 0.86 0.6
Hex 96 40 F1 26 49 0 5 10D 56 3C
Octal 226 100 361 46 111 0 5 415 126 74
Binary 10010110 1000000 11110001 100110 1001001 0 101 100001101 1010110 111100

Color Harmonies of #9640F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9640F1

Black with #9640F1

Text Example


Text Example

White with #9640F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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