Html Css Color HEX #9731DD Blue Violet

📋 copy color: '#9731DD'

red 151 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #9731DD

Tints of Blue Violet #9731DD

RGB

 RED value IS 151 (59.38% from 255) = 35.87%

 GREEN value IS 49 (19.53% from 255) = 11.64%

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

R = 35.87%
G = 11.64%
B = 52.49%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9731DD (or 0x9731DD) is known color: Blue Violet. HEX triplet: 97, 31 and DD. RGB value is (151,49,221). Sum of RGB (Red+Green+Blue) = 151+49+221=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #9731DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9731DD is #68CE22. Grayscale: #626262. Windows color (decimal): -6868515 or 14496151. OLE color: 14496151.

HSL color Cylindrical-coordinate representation of color #9731DD: hue angle of 275.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9731DD is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 49 221 -
CMYK 0.32 0.78 0 0.13
HSL 275.58º 0.72% 0.53% -
HSV(B) 275.58º 0.78% 0.87% -
XYZ 26.91 14 69.69 -
YUV 99.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 151 49 221 0.32 0.78 0 0.13 275.58 0.72 0.53
Hex 97 31 DD 20 4E 0 D 114 48 35
Octal 227 61 335 40 116 0 15 424 110 65
Binary 10010111 110001 11011101 100000 1001110 0 1101 100010100 1001000 110101

Color Harmonies of #9731DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731DD

Black with #9731DD

Text Example


Text Example

White with #9731DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,49,221); }

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

background-color css

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

 a { background-color: rgb(151,49,221); }

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

border-color css

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

 span { border-color: rgb(151,49,221); }

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