Html Css Color HEX #9A1EDF Blue Violet

📋 copy color: '#9A1EDF'

red 154 ◦ green 30 ◦ blue 223

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

Shades of Blue Violet #9A1EDF

Tints of Blue Violet #9A1EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 37.84%
G = 7.37%
B = 54.79%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A1EDF (or 0x9A1EDF) is known color: Blue Violet. HEX triplet: 9A, 1E and DF. RGB value is (154,30,223). Sum of RGB (Red+Green+Blue) = 154+30+223=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1EDF is #65E120. Grayscale: #585858. Windows color (decimal): -6676769 or 14622362. OLE color: 14622362.

HSL color Cylindrical-coordinate representation of color #9A1EDF: hue angle of 278.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1EDF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 30 223 -
CMYK 0.31 0.87 0 0.13
HSL 278.55º 0.76% 0.5% -
HSV(B) 278.55º 0.87% 0.87% -
XYZ 27.11 13.13 70.92 -
YUV 89.08 203.58 174.31 -
System Red Green Blue C M Y K H S L
Decimal 154 30 223 0.31 0.87 0 0.13 278.55 0.76 0.5
Hex 9A 1E DF 1F 57 0 D 117 4C 32
Octal 232 36 337 37 127 0 15 427 114 62
Binary 10011010 11110 11011111 11111 1010111 0 1101 100010111 1001100 110010

Color Harmonies of #9A1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1EDF

Black with #9A1EDF

Text Example


Text Example

White with #9A1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,30,223); }

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

background-color css

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

 a { background-color: rgb(154,30,223); }

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

border-color css

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

 span { border-color: rgb(154,30,223); }

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