Html Css Color HEX #9A17ED Blue Violet

📋 copy color: '#9A17ED'

red 154 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #9A17ED

Tints of Blue Violet #9A17ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.56%

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 37.2%
G = 5.56%
B = 57.25%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A17ED (or 0x9A17ED) is known color: Blue Violet. HEX triplet: 9A, 17 and ED. RGB value is (154,23,237). Sum of RGB (Red+Green+Blue) = 154+23+237=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A17ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A17ED is #65E812. Grayscale: #555555. Windows color (decimal): -6678547 or 15538074. OLE color: 15538074.

HSL color Cylindrical-coordinate representation of color #9A17ED: hue angle of 276.73º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A17ED is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 23 237 -
CMYK 0.35 0.90 0 0.07
HSL 276.73º 0.86% 0.51% -
HSV(B) 276.73º 0.9% 0.93% -
XYZ 28.92 13.6 81.22 -
YUV 86.57 212.9 176.1 -
System Red Green Blue C M Y K H S L
Decimal 154 23 237 0.35 0.90 0 0.07 276.73 0.86 0.51
Hex 9A 17 ED 23 5A 0 7 115 56 33
Octal 232 27 355 43 132 0 7 425 126 63
Binary 10011010 10111 11101101 100011 1011010 0 111 100010101 1010110 110011

Color Harmonies of #9A17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A17ED

Black with #9A17ED

Text Example


Text Example

White with #9A17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,23,237); }

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

background-color css

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

 a { background-color: rgb(154,23,237); }

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

border-color css

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

 span { border-color: rgb(154,23,237); }

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