Html Css Color HEX #9E14FB Blue Violet

📋 copy color: '#9E14FB'

red 158 ◦ green 20 ◦ blue 251

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

Shades of Blue Violet #9E14FB

Tints of Blue Violet #9E14FB

RGB

 RED value IS 158 (62.11% from 255) = 36.83%

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 36.83%
G = 4.66%
B = 58.51%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E14FB (or 0x9E14FB) is known color: Blue Violet. HEX triplet: 9E, 14 and FB. RGB value is (158,20,251). Sum of RGB (Red+Green+Blue) = 158+20+251=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E14FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E14FB is #61EB04. Grayscale: #565656. Windows color (decimal): -6417157 or 16454814. OLE color: 16454814.

HSL color Cylindrical-coordinate representation of color #9E14FB: hue angle of 275.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E14FB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 20 251 -
CMYK 0.37 0.92 0 0.02
HSL 275.84º 0.97% 0.53% -
HSV(B) 275.84º 0.92% 0.98% -
XYZ 31.76 14.73 92.44 -
YUV 87.6 220.22 178.22 -
System Red Green Blue C M Y K H S L
Decimal 158 20 251 0.37 0.92 0 0.02 275.84 0.97 0.53
Hex 9E 14 FB 25 5C 0 2 114 61 35
Octal 236 24 373 45 134 0 2 424 141 65
Binary 10011110 10100 11111011 100101 1011100 0 10 100010100 1100001 110101

Color Harmonies of #9E14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E14FB

Black with #9E14FB

Text Example


Text Example

White with #9E14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E14FB; }

 p { color: rgb(158,20,251); }

 H1.HeaderClassName
 {
   color: #9E14FB;
 }
 .AnyTagClassName
 {
   color: #9E14FB;
 }
</style>

background-color css

<style>
 a { background-color: #9E14FB; }

 a { background-color: rgb(158,20,251); }

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

border-color css

<style>
 span { border-color: #9E14FB; }

 span { border-color: rgb(158,20,251); }

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