Html Css Color HEX #9D14EB Blue Violet

📋 copy color: '#9D14EB'

red 157 ◦ green 20 ◦ blue 235

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

Shades of Blue Violet #9D14EB

Tints of Blue Violet #9D14EB

RGB

 RED value IS 157 (61.72% from 255) = 38.11%

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

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 38.11%
G = 4.85%
B = 57.04%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D14EB (or 0x9D14EB) is known color: Blue Violet. HEX triplet: 9D, 14 and EB. RGB value is (157,20,235). Sum of RGB (Red+Green+Blue) = 157+20+235=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D14EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D14EB is #62EB14. Grayscale: #545454. Windows color (decimal): -6482709 or 15406237. OLE color: 15406237.

HSL color Cylindrical-coordinate representation of color #9D14EB: hue angle of 278.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D14EB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 20 235 -
CMYK 0.33 0.91 0 0.08
HSL 278.23º 0.84% 0.5% -
HSV(B) 278.23º 0.91% 0.92% -
XYZ 29.15 13.67 79.7 -
YUV 85.47 212.39 179.02 -
System Red Green Blue C M Y K H S L
Decimal 157 20 235 0.33 0.91 0 0.08 278.23 0.84 0.5
Hex 9D 14 EB 21 5B 0 8 116 54 32
Octal 235 24 353 41 133 0 10 426 124 62
Binary 10011101 10100 11101011 100001 1011011 0 1000 100010110 1010100 110010

Color Harmonies of #9D14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14EB

Black with #9D14EB

Text Example


Text Example

White with #9D14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,235); }

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

background-color css

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

 a { background-color: rgb(157,20,235); }

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

border-color css

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

 span { border-color: rgb(157,20,235); }

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