Html Css Color HEX #9410BC Dark Violet

📋 copy color: '#9410BC'

red 148 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #9410BC

Tints of Dark Violet #9410BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 42.05%
G = 4.55%
B = 53.41%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9410BC (or 0x9410BC) is known color: Dark Violet. HEX triplet: 94, 10 and BC. RGB value is (148,16,188). Sum of RGB (Red+Green+Blue) = 148+16+188=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #9410BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410BC is #6BEF43. Grayscale: #4A4A4A. Windows color (decimal): -7073604 or 12325012. OLE color: 12325012.

HSL color Cylindrical-coordinate representation of color #9410BC: hue angle of 286.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9410BC is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 16 188 -
CMYK 0.21 0.91 0 0.26
HSL 286.05º 0.84% 0.4% -
HSV(B) 286.05º 0.91% 0.74% -
XYZ 21.48 10.3 48.43 -
YUV 75.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 148 16 188 0.21 0.91 0 0.26 286.05 0.84 0.4
Hex 94 10 BC 15 5B 0 1A 11E 54 28
Octal 224 20 274 25 133 0 32 436 124 50
Binary 10010100 10000 10111100 10101 1011011 0 11010 100011110 1010100 101000

Color Harmonies of #9410BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410BC

Black with #9410BC

Text Example


Text Example

White with #9410BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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