Html Css Color HEX #9341FD Blue Violet

📋 copy color: '#9341FD'

red 147 ◦ green 65 ◦ blue 253

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

Shades of Blue Violet #9341FD

Tints of Blue Violet #9341FD

RGB

 RED value IS 147 (57.81% from 255) = 31.61%

 GREEN value IS 65 (25.78% from 255) = 13.98%

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 31.61%
G = 13.98%
B = 54.41%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9341FD (or 0x9341FD) is known color: Blue Violet. HEX triplet: 93, 41 and FD. RGB value is (147,65,253). Sum of RGB (Red+Green+Blue) = 147+65+253=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #9341FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341FD is #6CBE02. Grayscale: #6E6E6E. Windows color (decimal): -7126531 or 16597395. OLE color: 16597395.

HSL color Cylindrical-coordinate representation of color #9341FD: hue angle of 266.17º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9341FD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 65 253 -
CMYK 0.42 0.74 0 0.01
HSL 266.17º 0.98% 0.62% -
HSV(B) 266.17º 0.74% 0.99% -
XYZ 31.65 17.08 94.56 -
YUV 110.95 208.17 153.71 -
System Red Green Blue C M Y K H S L
Decimal 147 65 253 0.42 0.74 0 0.01 266.17 0.98 0.62
Hex 93 41 FD 2A 4A 0 1 10A 62 3E
Octal 223 101 375 52 112 0 1 412 142 76
Binary 10010011 1000001 11111101 101010 1001010 0 1 100001010 1100010 111110

Color Harmonies of #9341FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341FD

Black with #9341FD

Text Example


Text Example

White with #9341FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9341FD; }

 p { color: rgb(147,65,253); }

 H1.HeaderClassName
 {
   color: #9341FD;
 }
 .AnyTagClassName
 {
   color: #9341FD;
 }
</style>

background-color css

<style>
 a { background-color: #9341FD; }

 a { background-color: rgb(147,65,253); }

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

border-color css

<style>
 span { border-color: #9341FD; }

 span { border-color: rgb(147,65,253); }

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