Html Css Color HEX #9914EF Blue Violet

📋 copy color: '#9914EF'

red 153 ◦ green 20 ◦ blue 239

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

Shades of Blue Violet #9914EF

Tints of Blue Violet #9914EF

RGB

 RED value IS 153 (60.16% from 255) = 37.14%

 GREEN value IS 20 (8.2% from 255) = 4.85%

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 37.14%
G = 4.85%
B = 58.01%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9914EF (or 0x9914EF) is known color: Blue Violet. HEX triplet: 99, 14 and EF. RGB value is (153,20,239). Sum of RGB (Red+Green+Blue) = 153+20+239=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #9914EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9914EF is #66EB10. Grayscale: #535353. Windows color (decimal): -6744849 or 15668377. OLE color: 15668377.

HSL color Cylindrical-coordinate representation of color #9914EF: hue angle of 276.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9914EF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 20 239 -
CMYK 0.36 0.92 0 0.06
HSL 276.44º 0.87% 0.51% -
HSV(B) 276.44º 0.92% 0.94% -
XYZ 28.97 13.5 82.74 -
YUV 84.73 215.06 176.69 -
System Red Green Blue C M Y K H S L
Decimal 153 20 239 0.36 0.92 0 0.06 276.44 0.87 0.51
Hex 99 14 EF 24 5C 0 6 114 57 33
Octal 231 24 357 44 134 0 6 424 127 63
Binary 10011001 10100 11101111 100100 1011100 0 110 100010100 1010111 110011

Color Harmonies of #9914EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914EF

Black with #9914EF

Text Example


Text Example

White with #9914EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9914EF; }

 p { color: rgb(153,20,239); }

 H1.HeaderClassName
 {
   color: #9914EF;
 }
 .AnyTagClassName
 {
   color: #9914EF;
 }
</style>

background-color css

<style>
 a { background-color: #9914EF; }

 a { background-color: rgb(153,20,239); }

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

border-color css

<style>
 span { border-color: #9914EF; }

 span { border-color: rgb(153,20,239); }

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