Html Css Color HEX #9D14FD Blue Violet

📋 copy color: '#9D14FD'

red 157 ◦ green 20 ◦ blue 253

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

Shades of Blue Violet #9D14FD

Tints of Blue Violet #9D14FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 36.51%
G = 4.65%
B = 58.84%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9D14FD (or 0x9D14FD) is known color: Blue Violet. HEX triplet: 9D, 14 and FD. RGB value is (157,20,253). Sum of RGB (Red+Green+Blue) = 157+20+253=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D14FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D14FD is #62EB02. Grayscale: #565656. Windows color (decimal): -6482691 or 16585885. OLE color: 16585885.

HSL color Cylindrical-coordinate representation of color #9D14FD: hue angle of 275.28º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D14FD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 20 253 -
CMYK 0.38 0.92 0 0.01
HSL 275.28º 0.98% 0.54% -
HSV(B) 275.28º 0.92% 0.99% -
XYZ 31.88 14.76 94.1 -
YUV 87.53 221.39 177.55 -
System Red Green Blue C M Y K H S L
Decimal 157 20 253 0.38 0.92 0 0.01 275.28 0.98 0.54
Hex 9D 14 FD 26 5C 0 1 113 62 36
Octal 235 24 375 46 134 0 1 423 142 66
Binary 10011101 10100 11111101 100110 1011100 0 1 100010011 1100010 110110

Color Harmonies of #9D14FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14FD

Black with #9D14FD

Text Example


Text Example

White with #9D14FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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