Html Css Color HEX #9740F1 Blue Violet

📋 copy color: '#9740F1'

red 151 ◦ green 64 ◦ blue 241

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

Shades of Blue Violet #9740F1

Tints of Blue Violet #9740F1

RGB

 RED value IS 151 (59.38% from 255) = 33.11%

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

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

R = 33.11%
G = 14.04%
B = 52.85%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9740F1 (or 0x9740F1) is known color: Blue Violet. HEX triplet: 97, 40 and F1. RGB value is (151,64,241). Sum of RGB (Red+Green+Blue) = 151+64+241=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #9740F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9740F1 is #68BF0E. Grayscale: #6D6D6D. Windows color (decimal): -6864655 or 15810711. OLE color: 15810711.

HSL color Cylindrical-coordinate representation of color #9740F1: hue angle of 269.49º 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 #9740F1 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 64 241 -
CMYK 0.37 0.73 0 0.05
HSL 269.49º 0.86% 0.6% -
HSV(B) 269.49º 0.73% 0.95% -
XYZ 30.47 16.6 84.82 -
YUV 110.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 151 64 241 0.37 0.73 0 0.05 269.49 0.86 0.6
Hex 97 40 F1 25 49 0 5 10D 56 3C
Octal 227 100 361 45 111 0 5 415 126 74
Binary 10010111 1000000 11110001 100101 1001001 0 101 100001101 1010110 111100

Color Harmonies of #9740F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740F1

Black with #9740F1

Text Example


Text Example

White with #9740F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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