Html Css Color HEX #9410CD Dark Violet

📋 copy color: '#9410CD'

red 148 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #9410CD

Tints of Dark Violet #9410CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 40.11%
G = 4.34%
B = 55.56%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9410CD (or 0x9410CD) is known color: Dark Violet. HEX triplet: 94, 10 and CD. RGB value is (148,16,205). Sum of RGB (Red+Green+Blue) = 148+16+205=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #9410CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410CD is #6BEF32. Grayscale: #4C4C4C. Windows color (decimal): -7073587 or 13439124. OLE color: 13439124.

HSL color Cylindrical-coordinate representation of color #9410CD: hue angle of 281.9º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9410CD is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 16 205 -
CMYK 0.28 0.92 0 0.20
HSL 281.9º 0.86% 0.43% -
HSV(B) 281.9º 0.92% 0.8% -
XYZ 23.42 11.07 58.66 -
YUV 77.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 148 16 205 0.28 0.92 0 0.20 281.9 0.86 0.43
Hex 94 10 CD 1C 5C 0 14 11A 56 2B
Octal 224 20 315 34 134 0 24 432 126 53
Binary 10010100 10000 11001101 11100 1011100 0 10100 100011010 1010110 101011

Color Harmonies of #9410CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410CD

Black with #9410CD

Text Example


Text Example

White with #9410CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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