Html Css Color HEX #9417C9 Dark Violet

📋 copy color: '#9417C9'

red 148 ◦ green 23 ◦ blue 201

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

Shades of Dark Violet #9417C9

Tints of Dark Violet #9417C9

RGB

 RED value IS 148 (58.2% from 255) = 39.78%

 GREEN value IS 23 (9.38% from 255) = 6.18%

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 39.78%
G = 6.18%
B = 54.03%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9417C9 (or 0x9417C9) is known color: Dark Violet. HEX triplet: 94, 17 and C9. RGB value is (148,23,201). Sum of RGB (Red+Green+Blue) = 148+23+201=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #9417C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417C9 is #6BE836. Grayscale: #505050. Windows color (decimal): -7071799 or 13178772. OLE color: 13178772.

HSL color Cylindrical-coordinate representation of color #9417C9: hue angle of 282.13º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9417C9 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 23 201 -
CMYK 0.26 0.89 0 0.21
HSL 282.13º 0.79% 0.44% -
HSV(B) 282.13º 0.89% 0.79% -
XYZ 23.06 11.13 56.19 -
YUV 80.67 195.91 176.03 -
System Red Green Blue C M Y K H S L
Decimal 148 23 201 0.26 0.89 0 0.21 282.13 0.79 0.44
Hex 94 17 C9 1A 59 0 15 11A 4F 2C
Octal 224 27 311 32 131 0 25 432 117 54
Binary 10010100 10111 11001001 11010 1011001 0 10101 100011010 1001111 101100

Color Harmonies of #9417C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417C9

Black with #9417C9

Text Example


Text Example

White with #9417C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9417C9; }

 p { color: rgb(148,23,201); }

 H1.HeaderClassName
 {
   color: #9417C9;
 }
 .AnyTagClassName
 {
   color: #9417C9;
 }
</style>

background-color css

<style>
 a { background-color: #9417C9; }

 a { background-color: rgb(148,23,201); }

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

border-color css

<style>
 span { border-color: #9417C9; }

 span { border-color: rgb(148,23,201); }

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