Html Css Color HEX #9A17FD Blue Violet

📋 copy color: '#9A17FD'

red 154 ◦ green 23 ◦ blue 253

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

Shades of Blue Violet #9A17FD

Tints of Blue Violet #9A17FD

RGB

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

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

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

R = 35.81%
G = 5.35%
B = 58.84%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A17FD (or 0x9A17FD) is known color: Blue Violet. HEX triplet: 9A, 17 and FD. RGB value is (154,23,253). Sum of RGB (Red+Green+Blue) = 154+23+253=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A17FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A17FD is #65E802. Grayscale: #575757. Windows color (decimal): -6678531 or 16586650. OLE color: 16586650.

HSL color Cylindrical-coordinate representation of color #9A17FD: hue angle of 274.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A17FD is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 23 253 -
CMYK 0.39 0.91 0 0.01
HSL 274.17º 0.98% 0.54% -
HSV(B) 274.17º 0.91% 0.99% -
XYZ 31.36 14.57 94.09 -
YUV 88.39 220.9 174.8 -
System Red Green Blue C M Y K H S L
Decimal 154 23 253 0.39 0.91 0 0.01 274.17 0.98 0.54
Hex 9A 17 FD 27 5B 0 1 112 62 36
Octal 232 27 375 47 133 0 1 422 142 66
Binary 10011010 10111 11111101 100111 1011011 0 1 100010010 1100010 110110

Color Harmonies of #9A17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A17FD

Black with #9A17FD

Text Example


Text Example

White with #9A17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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