Html Css Color HEX #9808FD Electric Purple

📋 copy color: '#9808FD'

red 152 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #9808FD

Tints of Electric Purple #9808FD

RGB

 RED value IS 152 (59.77% from 255) = 36.8%

 GREEN value IS 8 (3.52% from 255) = 1.94%

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

R = 36.8%
G = 1.94%
B = 61.26%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9808FD (or 0x9808FD) is known color: Electric Purple. HEX triplet: 98, 08 and FD. RGB value is (152,8,253). Sum of RGB (Red+Green+Blue) = 152+8+253=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 8 (3.52% from 255 or 1.94% 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 #9808FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9808FD is #67F702. Grayscale: #4E4E4E. Windows color (decimal): -6813443 or 16582808. OLE color: 16582808.

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

Color convert

RGB 152 8 253 -
CMYK 0.40 0.97 0 0.01
HSL 275.27º 0.98% 0.51% -
HSV(B) 275.27º 0.97% 0.99% -
XYZ 30.77 13.94 94 -
YUV 78.99 226.21 180.08 -
System Red Green Blue C M Y K H S L
Decimal 152 8 253 0.40 0.97 0 0.01 275.27 0.98 0.51
Hex 98 8 FD 28 61 0 1 113 62 33
Octal 230 10 375 50 141 0 1 423 142 63
Binary 10011000 1000 11111101 101000 1100001 0 1 100010011 1100010 110011

Color Harmonies of #9808FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9808FD

Black with #9808FD

Text Example


Text Example

White with #9808FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9808FD; }

 p { color: rgb(152,8,253); }

 H1.HeaderClassName
 {
   color: #9808FD;
 }
 .AnyTagClassName
 {
   color: #9808FD;
 }
</style>

background-color css

<style>
 a { background-color: #9808FD; }

 a { background-color: rgb(152,8,253); }

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

border-color css

<style>
 span { border-color: #9808FD; }

 span { border-color: rgb(152,8,253); }

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