Html Css Color HEX #9414D3 Dark Violet

📋 copy color: '#9414D3'

red 148 ◦ green 20 ◦ blue 211

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

Shades of Dark Violet #9414D3

Tints of Dark Violet #9414D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.67%

R = 39.05%
G = 5.28%
B = 55.67%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9414D3 (or 0x9414D3) is known color: Dark Violet. HEX triplet: 94, 14 and D3. RGB value is (148,20,211). Sum of RGB (Red+Green+Blue) = 148+20+211=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #9414D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9414D3 is #6BEB2C. Grayscale: #4F4F4F. Windows color (decimal): -7072557 or 13833364. OLE color: 13833364.

HSL color Cylindrical-coordinate representation of color #9414D3: hue angle of 280.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9414D3 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 20 211 -
CMYK 0.30 0.91 0 0.17
HSL 280.21º 0.83% 0.45% -
HSV(B) 280.21º 0.91% 0.83% -
XYZ 24.22 11.5 62.57 -
YUV 80.05 201.91 176.47 -
System Red Green Blue C M Y K H S L
Decimal 148 20 211 0.30 0.91 0 0.17 280.21 0.83 0.45
Hex 94 14 D3 1E 5B 0 11 118 53 2D
Octal 224 24 323 36 133 0 21 430 123 55
Binary 10010100 10100 11010011 11110 1011011 0 10001 100011000 1010011 101101

Color Harmonies of #9414D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9414D3

Black with #9414D3

Text Example


Text Example

White with #9414D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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