Html Css Color HEX #9327DD Blue Violet

📋 copy color: '#9327DD'

red 147 ◦ green 39 ◦ blue 221

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

Shades of Blue Violet #9327DD

Tints of Blue Violet #9327DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

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

R = 36.12%
G = 9.58%
B = 54.3%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9327DD (or 0x9327DD) is known color: Blue Violet. HEX triplet: 93, 27 and DD. RGB value is (147,39,221). Sum of RGB (Red+Green+Blue) = 147+39+221=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #9327DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9327DD is #6CD822. Grayscale: #5B5B5B. Windows color (decimal): -7133219 or 14493587. OLE color: 14493587.

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

Color convert

RGB 147 39 221 -
CMYK 0.33 0.82 0 0.13
HSL 275.6º 0.73% 0.51% -
HSV(B) 275.6º 0.82% 0.87% -
XYZ 25.81 12.87 69.53 -
YUV 92.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 147 39 221 0.33 0.82 0 0.13 275.6 0.73 0.51
Hex 93 27 DD 21 52 0 D 114 49 33
Octal 223 47 335 41 122 0 15 424 111 63
Binary 10010011 100111 11011101 100001 1010010 0 1101 100010100 1001001 110011

Color Harmonies of #9327DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9327DD

Black with #9327DD

Text Example


Text Example

White with #9327DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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