Html Css Color HEX #9341DB Blue Violet

📋 copy color: '#9341DB'

red 147 ◦ green 65 ◦ blue 219

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

Shades of Blue Violet #9341DB

Tints of Blue Violet #9341DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 34.11%
G = 15.08%
B = 50.81%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9341DB (or 0x9341DB) is known color: Blue Violet. HEX triplet: 93, 41 and DB. RGB value is (147,65,219). Sum of RGB (Red+Green+Blue) = 147+65+219=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #9341DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341DB is #6CBE24. Grayscale: #6A6A6A. Windows color (decimal): -7126565 or 14369171. OLE color: 14369171.

HSL color Cylindrical-coordinate representation of color #9341DB: hue angle of 271.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9341DB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 65 219 -
CMYK 0.33 0.70 0 0.14
HSL 271.95º 0.68% 0.56% -
HSV(B) 271.95º 0.7% 0.86% -
XYZ 26.71 15.1 68.52 -
YUV 107.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 147 65 219 0.33 0.70 0 0.14 271.95 0.68 0.56
Hex 93 41 DB 21 46 0 E 110 44 38
Octal 223 101 333 41 106 0 16 420 104 70
Binary 10010011 1000001 11011011 100001 1000110 0 1110 100010000 1000100 111000

Color Harmonies of #9341DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341DB

Black with #9341DB

Text Example


Text Example

White with #9341DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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