Html Css Color HEX #9A06FD Electric Purple

📋 copy color: '#9A06FD'

red 154 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #9A06FD

Tints of Electric Purple #9A06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 37.29%
G = 1.45%
B = 61.26%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A06FD (or 0x9A06FD) is known color: Electric Purple. HEX triplet: 9A, 06 and FD. RGB value is (154,6,253). Sum of RGB (Red+Green+Blue) = 154+6+253=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A06FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A06FD is #65F902. Grayscale: #4D4D4D. Windows color (decimal): -6682883 or 16582298. OLE color: 16582298.

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

Color convert

RGB 154 6 253 -
CMYK 0.39 0.98 0 0.01
HSL 275.95º 0.98% 0.51% -
HSV(B) 275.95º 0.98% 0.99% -
XYZ 31.12 14.09 94.01 -
YUV 78.41 226.53 181.92 -
System Red Green Blue C M Y K H S L
Decimal 154 6 253 0.39 0.98 0 0.01 275.95 0.98 0.51
Hex 9A 6 FD 27 62 0 1 114 62 33
Octal 232 6 375 47 142 0 1 424 142 63
Binary 10011010 110 11111101 100111 1100010 0 1 100010100 1100010 110011

Color Harmonies of #9A06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A06FD

Black with #9A06FD

Text Example


Text Example

White with #9A06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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