Html Css Color HEX #9348DD Blue Violet

📋 copy color: '#9348DD'

red 147 ◦ green 72 ◦ blue 221

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

Shades of Blue Violet #9348DD

Tints of Blue Violet #9348DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 33.41%
G = 16.36%
B = 50.23%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9348DD (or 0x9348DD) is known color: Blue Violet. HEX triplet: 93, 48 and DD. RGB value is (147,72,221). Sum of RGB (Red+Green+Blue) = 147+72+221=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #9348DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9348DD is #6CB722. Grayscale: #6E6E6E. Windows color (decimal): -7124771 or 14502035. OLE color: 14502035.

HSL color Cylindrical-coordinate representation of color #9348DD: hue angle of 270.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9348DD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 72 221 -
CMYK 0.33 0.67 0 0.13
HSL 270.2º 0.69% 0.57% -
HSV(B) 270.2º 0.67% 0.87% -
XYZ 27.4 16.06 70.06 -
YUV 111.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 147 72 221 0.33 0.67 0 0.13 270.2 0.69 0.57
Hex 93 48 DD 21 43 0 D 10E 45 39
Octal 223 110 335 41 103 0 15 416 105 71
Binary 10010011 1001000 11011101 100001 1000011 0 1101 100001110 1000101 111001

Color Harmonies of #9348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348DD

Black with #9348DD

Text Example


Text Example

White with #9348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9348DD; }

 p { color: rgb(147,72,221); }

 H1.HeaderClassName
 {
   color: #9348DD;
 }
 .AnyTagClassName
 {
   color: #9348DD;
 }
</style>

background-color css

<style>
 a { background-color: #9348DD; }

 a { background-color: rgb(147,72,221); }

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

border-color css

<style>
 span { border-color: #9348DD; }

 span { border-color: rgb(147,72,221); }

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