Html Css Color HEX #9613FC Blue Violet

📋 copy color: '#9613FC'

red 150 ◦ green 19 ◦ blue 252

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

Shades of Blue Violet #9613FC

Tints of Blue Violet #9613FC

RGB

 RED value IS 150 (58.98% from 255) = 35.63%

 GREEN value IS 19 (7.81% from 255) = 4.51%

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 35.63%
G = 4.51%
B = 59.86%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9613FC (or 0x9613FC) is known color: Blue Violet. HEX triplet: 96, 13 and FC. RGB value is (150,19,252). Sum of RGB (Red+Green+Blue) = 150+19+252=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #9613FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613FC is #69EC03. Grayscale: #535353. Windows color (decimal): -6941700 or 16520086. OLE color: 16520086.

HSL color Cylindrical-coordinate representation of color #9613FC: hue angle of 273.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9613FC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 19 252 -
CMYK 0.40 0.92 0 0.01
HSL 273.73º 0.97% 0.53% -
HSV(B) 273.73º 0.92% 0.99% -
XYZ 30.38 13.98 93.19 -
YUV 84.73 222.4 174.55 -
System Red Green Blue C M Y K H S L
Decimal 150 19 252 0.40 0.92 0 0.01 273.73 0.97 0.53
Hex 96 13 FC 28 5C 0 1 112 61 35
Octal 226 23 374 50 134 0 1 422 141 65
Binary 10010110 10011 11111100 101000 1011100 0 1 100010010 1100001 110101

Color Harmonies of #9613FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613FC

Black with #9613FC

Text Example


Text Example

White with #9613FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9613FC; }

 p { color: rgb(150,19,252); }

 H1.HeaderClassName
 {
   color: #9613FC;
 }
 .AnyTagClassName
 {
   color: #9613FC;
 }
</style>

background-color css

<style>
 a { background-color: #9613FC; }

 a { background-color: rgb(150,19,252); }

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

border-color css

<style>
 span { border-color: #9613FC; }

 span { border-color: rgb(150,19,252); }

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