Html Css Color HEX #9A0DFD Electric Purple

📋 copy color: '#9A0DFD'

red 154 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #9A0DFD

Tints of Electric Purple #9A0DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 36.67%
G = 3.1%
B = 60.24%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A0DFD (or 0x9A0DFD) is known color: Electric Purple. HEX triplet: 9A, 0D and FD. RGB value is (154,13,253). Sum of RGB (Red+Green+Blue) = 154+13+253=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A0DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0DFD is #65F202. Grayscale: #515151. Windows color (decimal): -6681091 or 16584090. OLE color: 16584090.

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

Color convert

RGB 154 13 253 -
CMYK 0.39 0.95 0 0.01
HSL 275.25º 0.98% 0.52% -
HSV(B) 275.25º 0.95% 0.99% -
XYZ 31.2 14.25 94.03 -
YUV 82.52 224.21 178.99 -
System Red Green Blue C M Y K H S L
Decimal 154 13 253 0.39 0.95 0 0.01 275.25 0.98 0.52
Hex 9A D FD 27 5F 0 1 113 62 34
Octal 232 15 375 47 137 0 1 423 142 64
Binary 10011010 1101 11111101 100111 1011111 0 1 100010011 1100010 110100

Color Harmonies of #9A0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0DFD

Black with #9A0DFD

Text Example


Text Example

White with #9A0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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