Html Css Color HEX #9731DC Blue Violet

📋 copy color: '#9731DC'

red 151 ◦ green 49 ◦ blue 220

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

Shades of Blue Violet #9731DC

Tints of Blue Violet #9731DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 35.95%
G = 11.67%
B = 52.38%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9731DC (or 0x9731DC) is known color: Blue Violet. HEX triplet: 97, 31 and DC. RGB value is (151,49,220). Sum of RGB (Red+Green+Blue) = 151+49+220=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #9731DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9731DC is #68CE23. Grayscale: #626262. Windows color (decimal): -6868516 or 14430615. OLE color: 14430615.

HSL color Cylindrical-coordinate representation of color #9731DC: hue angle of 275.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9731DC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 49 220 -
CMYK 0.31 0.78 0 0.14
HSL 275.79º 0.71% 0.53% -
HSV(B) 275.79º 0.78% 0.86% -
XYZ 26.78 13.94 68.99 -
YUV 98.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 151 49 220 0.31 0.78 0 0.14 275.79 0.71 0.53
Hex 97 31 DC 1F 4E 0 E 114 47 35
Octal 227 61 334 37 116 0 16 424 107 65
Binary 10010111 110001 11011100 11111 1001110 0 1110 100010100 1000111 110101

Color Harmonies of #9731DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731DC

Black with #9731DC

Text Example


Text Example

White with #9731DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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