Html Css Color HEX #9410C2 Dark Violet

📋 copy color: '#9410C2'

red 148 ◦ green 16 ◦ blue 194

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

Shades of Dark Violet #9410C2

Tints of Dark Violet #9410C2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

 BLUE value IS 194 (76.17% from 255) = 54.19%

R = 41.34%
G = 4.47%
B = 54.19%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9410C2 (or 0x9410C2) is known color: Dark Violet. HEX triplet: 94, 10 and C2. RGB value is (148,16,194). Sum of RGB (Red+Green+Blue) = 148+16+194=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #9410C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410C2 is #6BEF3D. Grayscale: #4B4B4B. Windows color (decimal): -7073598 or 12718228. OLE color: 12718228.

HSL color Cylindrical-coordinate representation of color #9410C2: hue angle of 284.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9410C2 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 16 194 -
CMYK 0.24 0.92 0 0.24
HSL 284.49º 0.85% 0.41% -
HSV(B) 284.49º 0.92% 0.76% -
XYZ 22.14 10.56 51.91 -
YUV 75.76 194.73 179.53 -
System Red Green Blue C M Y K H S L
Decimal 148 16 194 0.24 0.92 0 0.24 284.49 0.85 0.41
Hex 94 10 C2 18 5C 0 18 11C 55 29
Octal 224 20 302 30 134 0 30 434 125 51
Binary 10010100 10000 11000010 11000 1011100 0 11000 100011100 1010101 101001

Color Harmonies of #9410C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410C2

Black with #9410C2

Text Example


Text Example

White with #9410C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9410C2; }

 p { color: rgb(148,16,194); }

 H1.HeaderClassName
 {
   color: #9410C2;
 }
 .AnyTagClassName
 {
   color: #9410C2;
 }
</style>

background-color css

<style>
 a { background-color: #9410C2; }

 a { background-color: rgb(148,16,194); }

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

border-color css

<style>
 span { border-color: #9410C2; }

 span { border-color: rgb(148,16,194); }

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