Html Css Color HEX #9314FD Blue Violet

📋 copy color: '#9314FD'

red 147 ◦ green 20 ◦ blue 253

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

Shades of Blue Violet #9314FD

Tints of Blue Violet #9314FD

RGB

 RED value IS 147 (57.81% from 255) = 35%

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

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

R = 35%
G = 4.76%
B = 60.24%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9314FD (or 0x9314FD) is known color: Blue Violet. HEX triplet: 93, 14 and FD. RGB value is (147,20,253). Sum of RGB (Red+Green+Blue) = 147+20+253=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #9314FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9314FD is #6CEB02. Grayscale: #535353. Windows color (decimal): -7138051 or 16585875. OLE color: 16585875.

HSL color Cylindrical-coordinate representation of color #9314FD: hue angle of 272.7º 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 #9314FD is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 20 253 -
CMYK 0.42 0.92 0 0.01
HSL 272.7º 0.98% 0.54% -
HSV(B) 272.7º 0.92% 0.99% -
XYZ 30.01 13.8 94.01 -
YUV 84.54 223.08 172.55 -
System Red Green Blue C M Y K H S L
Decimal 147 20 253 0.42 0.92 0 0.01 272.7 0.98 0.54
Hex 93 14 FD 2A 5C 0 1 111 62 36
Octal 223 24 375 52 134 0 1 421 142 66
Binary 10010011 10100 11111101 101010 1011100 0 1 100010001 1100010 110110

Color Harmonies of #9314FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9314FD

Black with #9314FD

Text Example


Text Example

White with #9314FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9314FD; }

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

 H1.HeaderClassName
 {
   color: #9314FD;
 }
 .AnyTagClassName
 {
   color: #9314FD;
 }
</style>

background-color css

<style>
 a { background-color: #9314FD; }

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

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

border-color css

<style>
 span { border-color: #9314FD; }

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

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