Html Css Color HEX #9807FD Electric Purple

📋 copy color: '#9807FD'

red 152 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #9807FD

Tints of Electric Purple #9807FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

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

R = 36.89%
G = 1.7%
B = 61.41%

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

#9807FD (or 0x9807FD) is known color: Electric Purple. HEX triplet: 98, 07 and FD. RGB value is (152,7,253). Sum of RGB (Red+Green+Blue) = 152+7+253=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #9807FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9807FD is #67F802. Grayscale: #4D4D4D. Windows color (decimal): -6813699 or 16582552. OLE color: 16582552.

HSL color Cylindrical-coordinate representation of color #9807FD: hue angle of 275.37º 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 #9807FD is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 7 253 -
CMYK 0.40 0.97 0 0.01
HSL 275.37º 0.98% 0.51% -
HSV(B) 275.37º 0.97% 0.99% -
XYZ 30.75 13.92 93.99 -
YUV 78.4 226.54 180.5 -
System Red Green Blue C M Y K H S L
Decimal 152 7 253 0.40 0.97 0 0.01 275.37 0.98 0.51
Hex 98 7 FD 28 61 0 1 113 62 33
Octal 230 7 375 50 141 0 1 423 142 63
Binary 10011000 111 11111101 101000 1100001 0 1 100010011 1100010 110011

Color Harmonies of #9807FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9807FD

Black with #9807FD

Text Example


Text Example

White with #9807FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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