Html Css Color HEX #9614BE Dark Violet

📋 copy color: '#9614BE'

red 150 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #9614BE

Tints of Dark Violet #9614BE

RGB

 RED value IS 150 (58.98% from 255) = 41.67%

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 41.67%
G = 5.56%
B = 52.78%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9614BE (or 0x9614BE) is known color: Dark Violet. HEX triplet: 96, 14 and BE. RGB value is (150,20,190). Sum of RGB (Red+Green+Blue) = 150+20+190=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9614BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614BE is #69EB41. Grayscale: #4D4D4D. Windows color (decimal): -6941506 or 12457110. OLE color: 12457110.

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

Color convert

RGB 150 20 190 -
CMYK 0.21 0.89 0 0.25
HSL 285.88º 0.81% 0.41% -
HSV(B) 285.88º 0.89% 0.75% -
XYZ 22.12 10.7 49.61 -
YUV 78.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 150 20 190 0.21 0.89 0 0.25 285.88 0.81 0.41
Hex 96 14 BE 15 59 0 19 11E 51 29
Octal 226 24 276 25 131 0 31 436 121 51
Binary 10010110 10100 10111110 10101 1011001 0 11001 100011110 1010001 101001

Color Harmonies of #9614BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614BE

Black with #9614BE

Text Example


Text Example

White with #9614BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9614BE; }

 p { color: rgb(150,20,190); }

 H1.HeaderClassName
 {
   color: #9614BE;
 }
 .AnyTagClassName
 {
   color: #9614BE;
 }
</style>

background-color css

<style>
 a { background-color: #9614BE; }

 a { background-color: rgb(150,20,190); }

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

border-color css

<style>
 span { border-color: #9614BE; }

 span { border-color: rgb(150,20,190); }

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