Html Css Color HEX #9A13F1 Blue Violet

📋 copy color: '#9A13F1'

red 154 ◦ green 19 ◦ blue 241

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

Shades of Blue Violet #9A13F1

Tints of Blue Violet #9A13F1

RGB

 RED value IS 154 (60.55% from 255) = 37.2%

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

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 37.2%
G = 4.59%
B = 58.21%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9A13F1 (or 0x9A13F1) is known color: Blue Violet. HEX triplet: 9A, 13 and F1. RGB value is (154,19,241). Sum of RGB (Red+Green+Blue) = 154+19+241=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A13F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A13F1 is #65EC0E. Grayscale: #535353. Windows color (decimal): -6679567 or 15799194. OLE color: 15799194.

HSL color Cylindrical-coordinate representation of color #9A13F1: hue angle of 276.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A13F1 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 19 241 -
CMYK 0.36 0.92 0 0.05
HSL 276.49º 0.89% 0.51% -
HSV(B) 276.49º 0.92% 0.95% -
XYZ 29.44 13.69 84.31 -
YUV 84.67 216.23 177.45 -
System Red Green Blue C M Y K H S L
Decimal 154 19 241 0.36 0.92 0 0.05 276.49 0.89 0.51
Hex 9A 13 F1 24 5C 0 5 114 59 33
Octal 232 23 361 44 134 0 5 424 131 63
Binary 10011010 10011 11110001 100100 1011100 0 101 100010100 1011001 110011

Color Harmonies of #9A13F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A13F1

Black with #9A13F1

Text Example


Text Example

White with #9A13F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,19,241); }

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

background-color css

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

 a { background-color: rgb(154,19,241); }

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

border-color css

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

 span { border-color: rgb(154,19,241); }

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