Html Css Color HEX #9414BC Dark Violet

📋 copy color: '#9414BC'

red 148 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9414BC

Tints of Dark Violet #9414BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

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

R = 41.57%
G = 5.62%
B = 52.81%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9414BC (or 0x9414BC) is known color: Dark Violet. HEX triplet: 94, 14 and BC. RGB value is (148,20,188). Sum of RGB (Red+Green+Blue) = 148+20+188=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9414BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9414BC is #6BEB43. Grayscale: #4C4C4C. Windows color (decimal): -7072580 or 12326036. OLE color: 12326036.

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

Color convert

RGB 148 20 188 -
CMYK 0.21 0.89 0 0.26
HSL 285.71º 0.81% 0.41% -
HSV(B) 285.71º 0.89% 0.74% -
XYZ 21.54 10.43 48.45 -
YUV 77.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 148 20 188 0.21 0.89 0 0.26 285.71 0.81 0.41
Hex 94 14 BC 15 59 0 1A 11E 51 29
Octal 224 24 274 25 131 0 32 436 121 51
Binary 10010100 10100 10111100 10101 1011001 0 11010 100011110 1010001 101001

Color Harmonies of #9414BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9414BC

Black with #9414BC

Text Example


Text Example

White with #9414BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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