Html Css Color HEX #9201F1 Dark Violet

📋 copy color: '#9201F1'

red 146 ◦ green 1 ◦ blue 241

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

Shades of Dark Violet #9201F1

Tints of Dark Violet #9201F1

RGB

 RED value IS 146 (57.42% from 255) = 37.63%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 37.63%
G = 0.26%
B = 62.11%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9201F1 (or 0x9201F1) is known color: Dark Violet. HEX triplet: 92, 01 and F1. RGB value is (146,1,241). Sum of RGB (Red+Green+Blue) = 146+1+241=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #9201F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9201F1 is #6DFE0E. Grayscale: #464646. Windows color (decimal): -7208463 or 15794578. OLE color: 15794578.

HSL color Cylindrical-coordinate representation of color #9201F1: hue angle of 276.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201F1 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 1 241 -
CMYK 0.39 1.00 0 0.05
HSL 276.25º 0.99% 0.47% -
HSV(B) 276.25º 1% 0.95% -
XYZ 27.74 12.48 84.17 -
YUV 71.72 223.54 180.99 -
System Red Green Blue C M Y K H S L
Decimal 146 1 241 0.39 1.00 0 0.05 276.25 0.99 0.47
Hex 92 1 F1 27 64 0 5 114 63 2F
Octal 222 1 361 47 144 0 5 424 143 57
Binary 10010010 1 11110001 100111 1100100 0 101 100010100 1100011 101111

Color Harmonies of #9201F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9201F1

Black with #9201F1

Text Example


Text Example

White with #9201F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,1,241); }

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

background-color css

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

 a { background-color: rgb(146,1,241); }

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

border-color css

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

 span { border-color: rgb(146,1,241); }

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