Html Css Color HEX #9C01F1 Dark Violet

📋 copy color: '#9C01F1'

red 156 ◦ green 1 ◦ blue 241

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

Shades of Dark Violet #9C01F1

Tints of Dark Violet #9C01F1

RGB

 RED value IS 156 (61.33% from 255) = 39.2%

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

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

R = 39.2%
G = 0.25%
B = 60.55%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C01F1 (or 0x9C01F1) is known color: Dark Violet. HEX triplet: 9C, 01 and F1. RGB value is (156,1,241). Sum of RGB (Red+Green+Blue) = 156+1+241=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C01F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01F1 is #63FE0E. Grayscale: #494949. Windows color (decimal): -6553103 or 15794588. OLE color: 15794588.

HSL color Cylindrical-coordinate representation of color #9C01F1: hue angle of 278.75º 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 #9C01F1 is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 1 241 -
CMYK 0.35 1.00 0 0.05
HSL 278.75º 0.99% 0.47% -
HSV(B) 278.75º 1% 0.95% -
XYZ 29.6 13.44 84.25 -
YUV 74.71 221.85 185.99 -
System Red Green Blue C M Y K H S L
Decimal 156 1 241 0.35 1.00 0 0.05 278.75 0.99 0.47
Hex 9C 1 F1 23 64 0 5 117 63 2F
Octal 234 1 361 43 144 0 5 427 143 57
Binary 10011100 1 11110001 100011 1100100 0 101 100010111 1100011 101111

Color Harmonies of #9C01F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01F1

Black with #9C01F1

Text Example


Text Example

White with #9C01F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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