Html Css Color HEX #9A10FF Electric Purple

📋 copy color: '#9A10FF'

red 154 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #9A10FF

Tints of Electric Purple #9A10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

 BLUE value IS 255 (100% from 255) = 60%

R = 36.24%
G = 3.76%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A10FF (or 0x9A10FF) is known color: Electric Purple. HEX triplet: 9A, 10 and FF. RGB value is (154,16,255). Sum of RGB (Red+Green+Blue) = 154+16+255=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A10FF is #65EF00. Grayscale: #535353. Windows color (decimal): -6680321 or 16715930. OLE color: 16715930.

HSL color Cylindrical-coordinate representation of color #9A10FF: hue angle of 274.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A10FF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 16 255 -
CMYK 0.40 0.94 0 0
HSL 274.64º 1% 0.53% -
HSV(B) 274.64º 0.94% 1% -
XYZ 31.56 14.46 95.74 -
YUV 84.51 224.22 177.57 -
System Red Green Blue C M Y K H S L
Decimal 154 16 255 0.40 0.94 0 0 274.64 1 0.53
Hex 9A 10 FF 28 5E 0 0 113 64 35
Octal 232 20 377 50 136 0 0 423 144 65
Binary 10011010 10000 11111111 101000 1011110 0 0 100010011 1100100 110101

Color Harmonies of #9A10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A10FF

Black with #9A10FF

Text Example


Text Example

White with #9A10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,255); }

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

background-color css

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

 a { background-color: rgb(154,16,255); }

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

border-color css

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

 span { border-color: rgb(154,16,255); }

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