Html Css Color HEX #9D14F6 Blue Violet

📋 copy color: '#9D14F6'

red 157 ◦ green 20 ◦ blue 246

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

Shades of Blue Violet #9D14F6

Tints of Blue Violet #9D14F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 37.12%
G = 4.73%
B = 58.16%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9D14F6 (or 0x9D14F6) is known color: Blue Violet. HEX triplet: 9D, 14 and F6. RGB value is (157,20,246). Sum of RGB (Red+Green+Blue) = 157+20+246=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D14F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D14F6 is #62EB09. Grayscale: #555555. Windows color (decimal): -6482698 or 16127133. OLE color: 16127133.

HSL color Cylindrical-coordinate representation of color #9D14F6: hue angle of 276.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D14F6 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 20 246 -
CMYK 0.36 0.92 0 0.04
HSL 276.37º 0.93% 0.52% -
HSV(B) 276.37º 0.92% 0.96% -
XYZ 30.79 14.32 88.33 -
YUV 86.73 217.89 178.12 -
System Red Green Blue C M Y K H S L
Decimal 157 20 246 0.36 0.92 0 0.04 276.37 0.93 0.52
Hex 9D 14 F6 24 5C 0 4 114 5D 34
Octal 235 24 366 44 134 0 4 424 135 64
Binary 10011101 10100 11110110 100100 1011100 0 100 100010100 1011101 110100

Color Harmonies of #9D14F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14F6

Black with #9D14F6

Text Example


Text Example

White with #9D14F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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