Html Css Color HEX #8902F1 Dark Violet

📋 copy color: '#8902F1'

red 137 ◦ green 2 ◦ blue 241

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

Shades of Dark Violet #8902F1

Tints of Dark Violet #8902F1

RGB

 RED value IS 137 (53.91% from 255) = 36.05%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 241 (94.53% from 255) = 63.42%

R = 36.05%
G = 0.53%
B = 63.42%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8902F1 (or 0x8902F1) is known color: Dark Violet. HEX triplet: 89, 02 and F1. RGB value is (137,2,241). Sum of RGB (Red+Green+Blue) = 137+2+241=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #8902F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8902F1 is #76FD0E. Grayscale: #444444. Windows color (decimal): -7798031 or 15794825. OLE color: 15794825.

HSL color Cylindrical-coordinate representation of color #8902F1: hue angle of 273.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902F1 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 2 241 -
CMYK 0.43 0.99 0 0.05
HSL 273.89º 0.98% 0.48% -
HSV(B) 273.89º 0.99% 0.95% -
XYZ 26.22 11.71 84.1 -
YUV 69.61 224.73 176.07 -
System Red Green Blue C M Y K H S L
Decimal 137 2 241 0.43 0.99 0 0.05 273.89 0.98 0.48
Hex 89 2 F1 2B 63 0 5 112 62 30
Octal 211 2 361 53 143 0 5 422 142 60
Binary 10001001 10 11110001 101011 1100011 0 101 100010010 1100010 110000

Color Harmonies of #8902F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8902F1

Black with #8902F1

Text Example


Text Example

White with #8902F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8902F1; }

 p { color: rgb(137,2,241); }

 H1.HeaderClassName
 {
   color: #8902F1;
 }
 .AnyTagClassName
 {
   color: #8902F1;
 }
</style>

background-color css

<style>
 a { background-color: #8902F1; }

 a { background-color: rgb(137,2,241); }

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

border-color css

<style>
 span { border-color: #8902F1; }

 span { border-color: rgb(137,2,241); }

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