Html Css Color HEX #9736DD Blue Violet

📋 copy color: '#9736DD'

red 151 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #9736DD

Tints of Blue Violet #9736DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.68%

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

R = 35.45%
G = 12.68%
B = 51.88%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9736DD (or 0x9736DD) is known color: Blue Violet. HEX triplet: 97, 36 and DD. RGB value is (151,54,221). Sum of RGB (Red+Green+Blue) = 151+54+221=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #9736DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736DD is #68C922. Grayscale: #656565. Windows color (decimal): -6867235 or 14497431. OLE color: 14497431.

HSL color Cylindrical-coordinate representation of color #9736DD: hue angle of 274.85º 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 #9736DD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 54 221 -
CMYK 0.32 0.76 0 0.13
HSL 274.85º 0.71% 0.54% -
HSV(B) 274.85º 0.76% 0.87% -
XYZ 27.13 14.44 69.76 -
YUV 102.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 151 54 221 0.32 0.76 0 0.13 274.85 0.71 0.54
Hex 97 36 DD 20 4C 0 D 113 47 36
Octal 227 66 335 40 114 0 15 423 107 66
Binary 10010111 110110 11011101 100000 1001100 0 1101 100010011 1000111 110110

Color Harmonies of #9736DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9736DD

Black with #9736DD

Text Example


Text Example

White with #9736DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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