Html Css Color HEX #9334DD Blue Violet

📋 copy color: '#9334DD'

red 147 ◦ green 52 ◦ blue 221

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

Shades of Blue Violet #9334DD

Tints of Blue Violet #9334DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

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

R = 35%
G = 12.38%
B = 52.62%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9334DD (or 0x9334DD) is known color: Blue Violet. HEX triplet: 93, 34 and DD. RGB value is (147,52,221). Sum of RGB (Red+Green+Blue) = 147+52+221=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #9334DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9334DD is #6CCB22. Grayscale: #636363. Windows color (decimal): -7129891 or 14496915. OLE color: 14496915.

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

Color convert

RGB 147 52 221 -
CMYK 0.33 0.76 0 0.13
HSL 273.73º 0.71% 0.54% -
HSV(B) 273.73º 0.76% 0.87% -
XYZ 26.31 13.88 69.7 -
YUV 99.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 147 52 221 0.33 0.76 0 0.13 273.73 0.71 0.54
Hex 93 34 DD 21 4C 0 D 112 47 36
Octal 223 64 335 41 114 0 15 422 107 66
Binary 10010011 110100 11011101 100001 1001100 0 1101 100010010 1000111 110110

Color Harmonies of #9334DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9334DD

Black with #9334DD

Text Example


Text Example

White with #9334DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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